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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
likely.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mask.rs Add more codegen tests 2023-01-17 16:23:22 +01:00
nearby.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nontemporal.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
offset_from.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
prefetch.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute.rs Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
unchecked_math.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
volatile_order.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
volatile.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00