rust/compiler/rustc_codegen_ssa/src/mir
Matthias Krüger 3a1db90efb
Rollup merge of #91278 - SparrowLii:place, r=spastorino
Use iterator instead of recursion in `codegen_place`

This PR fixes the FIXME in `codegen_place` about using iterator instead of recursion when processing the `projection` field in `mir::PlaceRef`. At the same time, it also reduces the right drift.
2022-01-19 10:42:14 +01:00
..
analyze.rs Remove deprecated LLVM-style inline assembly 2022-01-12 18:51:31 +01:00
block.rs initial revert 2022-01-15 01:16:55 +00:00
constant.rs Make abi::Abi Copy and remove a *lot* of refs 2021-09-09 10:41:19 +02:00
coverageinfo.rs coverageinfo query needs to use the same MIR as codegen 2021-05-12 20:27:07 -07:00
debuginfo.rs Fix debuginfo for ScalarPair abi parameters 2021-09-13 10:51:47 -04:00
intrinsic.rs Remove unnecessary sigils around Symbol::as_str() calls. 2021-12-15 17:32:14 +11:00
mod.rs initial revert 2022-01-15 01:16:55 +00:00
operand.rs Remove in_band_lifetimes from rustc_codegen_ssa 2021-12-15 00:41:41 -05:00
place.rs Use iterator instead of recursion in codegen_place 2021-11-27 09:57:09 +08:00
rvalue.rs Add simd_as intrinsic 2022-01-04 01:45:41 +00:00
statement.rs Remove deprecated LLVM-style inline assembly 2022-01-12 18:51:31 +01:00