rust/tests/mir-opt/building/custom
Matthias Krüger 4e84fbf8a0
Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko
Remove DropAndReplace terminator

#107844 made DropAndReplace unused, let's remove it completely from the codebase.
2023-03-08 21:26:51 +01:00
..
arbitrary_let.arbitrary_let.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
arbitrary_let.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
arrays.arrays.built.after.mir Custom mir: Add support for some remaining, easy to support constructs 2023-01-26 03:29:28 -08:00
arrays.rs Custom mir: Add support for some remaining, easy to support constructs 2023-01-26 03:29:28 -08:00
as_cast.float_to_int.built.after.mir Custom MIR: Support as casts 2023-03-07 11:42:34 +01:00
as_cast.int_to_int.built.after.mir Custom MIR: Support as casts 2023-03-07 11:42:34 +01:00
as_cast.int_to_ptr.built.after.mir Custom MIR: Support as casts 2023-03-07 11:42:34 +01:00
as_cast.rs Custom MIR: Support as casts 2023-03-07 11:42:34 +01:00
consts.consts.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
consts.rs Fix mir-opt tests for big-endian platforms 2023-01-12 18:05:30 +01:00
consts.statics.built.after.mir Fix mir-opt tests for big-endian platforms 2023-01-12 18:05:30 +01:00
enums.rs Custom mir: Add support for some remaining, easy to support constructs 2023-01-26 03:29:28 -08:00
enums.set_discr_repr.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
enums.set_discr.built.after.mir Custom mir: Add support for some remaining, easy to support constructs 2023-01-26 03:29:28 -08:00
enums.switch_bool.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
enums.switch_option_repr.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
enums.switch_option.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
operators.f.built.after.mir Custom mir: Add support for some remaining, easy to support constructs 2023-01-26 03:29:28 -08:00
operators.rs Custom mir: Add support for some remaining, easy to support constructs 2023-01-26 03:29:28 -08:00
projections.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projections.set.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projections.simple_index.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projections.tuples.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projections.unions.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projections.unwrap_deref.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projections.unwrap.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
references.immut_ref.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
references.mut_ref.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
references.raw_pointer.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
references.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
simple_assign.rs Custom MIR: Support storage statements 2023-01-19 11:53:33 +01:00
simple_assign.simple_ref.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
simple_assign.simple.built.after.mir Custom MIR: Support storage statements 2023-01-19 11:53:33 +01:00
terminators.assert_nonzero.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
terminators.direct_call.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
terminators.drop_first.built.after.mir Remove DropAndReplace terminator 2023-03-07 14:25:22 +01:00
terminators.drop_second.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
terminators.indirect_call.built.after.mir Move /src/test to /tests 2023-01-11 09:32:08 +00:00
terminators.rs Remove DropAndReplace terminator 2023-03-07 14:25:22 +01:00