rust/compiler/rustc_codegen_ssa/src/mir
Scott McMurray 9aa9a846b6 Allow transmutes to produce OperandValues instead of always using allocas
LLVM can usually optimize these away, but especially for things like transmutes of newtypes it's silly to generate the `alloc`+`store`+`load` at all when it's actually a nop at LLVM level.
2023-04-04 18:44:29 -07:00
..
analyze.rs Remove DropAndReplace terminator 2023-03-07 14:25:22 +01:00
block.rs Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk 2023-03-31 08:50:35 +00:00
constant.rs ADD - create and emit Bug support for Diagnostics 2022-12-27 20:59:22 -05:00
coverageinfo.rs Add SourceScope::inlined_instance 2022-07-08 09:19:07 +02:00
debuginfo.rs Move mir::Fieldabi::FieldIdx 2023-03-28 22:22:37 -07:00
intrinsic.rs Stop implementing _with_overflow intrinsics in codegen backends. 2023-02-18 22:06:29 +00:00
mod.rs Refactor: Separate LocalRef variant for not-evaluated-yet operands 2023-03-24 20:36:59 -07:00
operand.rs Allow transmutes to produce OperandValues instead of always using allocas 2023-04-04 18:44:29 -07:00
place.rs Refactor: Separate LocalRef variant for not-evaluated-yet operands 2023-03-24 20:36:59 -07:00
rvalue.rs Allow transmutes to produce OperandValues instead of always using allocas 2023-04-04 18:44:29 -07:00
statement.rs Refactor: Separate LocalRef variant for not-evaluated-yet operands 2023-03-24 20:36:59 -07:00