rust/tests/codegen/intrinsics
Scott McMurray 64cce5fc7d Add CastKind::Transmute to MIR
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.
2023-03-22 15:15:41 -07:00
..
const_eval_select.rs Add more codegen tests 2023-01-17 16:23:22 +01:00
exact_div.rs
likely.rs
mask.rs Add more codegen tests 2023-01-17 16:23:22 +01:00
nearby.rs
nontemporal.rs
offset_from.rs
prefetch.rs
transmute.rs Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
unchecked_math.rs
volatile_order.rs
volatile.rs