rust/compiler/rustc_codegen_ssa/src/mir
bors 251831ece9 Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3
Merge basic blocks where possible when generating LLVM IR.

r? `@ghost`
2022-11-17 01:56:24 +00:00
..
analyze.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
block.rs Merge basic blocks where possible when generating LLVM IR. 2022-11-16 15:46:39 +11:00
constant.rs use ty::Unevaluated<'tcx, ()> in type system 2022-09-13 17:40:59 +02:00
coverageinfo.rs Add SourceScope::inlined_instance 2022-07-08 09:19:07 +02:00
debuginfo.rs Introduce composite debuginfo. 2022-11-15 17:53:50 +00:00
intrinsic.rs Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead 2022-09-10 09:50:21 +00:00
mod.rs Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3 2022-11-17 01:56:24 +00:00
operand.rs Remove type argument of array_alloca and rename to byte_array_alloca 2022-10-02 13:42:14 +00:00
place.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
rvalue.rs Use &mut Bx more. 2022-11-16 15:46:39 +11:00
statement.rs Use &mut Bx more. 2022-11-16 15:46:39 +11:00