summary refs log tree commit diff
path: root/tests/mir-opt/const_prop/transmute.invalid_bool.ConstProp.diff
AgeCommit message (Collapse)AuthorLines
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-0/+14
Updates `interpret`, `codegen_ssa`, and `codegen_cranelift` to consume the new cast instead of the intrinsic. Includes `CastTransmute` for custom MIR building, to be able to test the extra UB.