rust/tests/mir-opt/pre-codegen
2023-04-30 22:33:04 -07:00
..
duplicate_switch_targets.rs Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
duplicate_switch_targets.ub_if_b.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
intrinsics.f_u64.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
intrinsics.f_unit.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
intrinsics.rs Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
mem_replace.manual_replace.PreCodegen.after.mir MIR pre-codegen test for mem::replace 2023-04-30 11:59:24 -07:00
mem_replace.mem_replace.PreCodegen.after.mir Codegen fewer instructions in mem::replace 2023-04-30 22:33:04 -07:00
mem_replace.rs MIR pre-codegen test for mem::replace 2023-04-30 11:59:24 -07:00
optimizes_into_variable.main.ConstProp.32bit.diff Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
optimizes_into_variable.main.ConstProp.64bit.diff Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
optimizes_into_variable.main.PreCodegen.after.32bit.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
optimizes_into_variable.main.PreCodegen.after.64bit.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
optimizes_into_variable.main.ScalarReplacementOfAggregates.32bit.diff Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
optimizes_into_variable.main.ScalarReplacementOfAggregates.64bit.diff Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
optimizes_into_variable.main.SimplifyLocals-final.after.32bit.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
optimizes_into_variable.main.SimplifyLocals-final.after.64bit.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
optimizes_into_variable.rs Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
range_iter.forward_loop.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
range_iter.inclusive_loop.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
range_iter.range_inclusive_iter_next.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
range_iter.range_iter_next.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
range_iter.rs Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
README.md Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
simple_option_map.ezmap.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
simple_option_map.rs Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
slice_index.rs Add some MIR pre-codegen tests for slice indexing 2023-04-26 14:43:36 -07:00
slice_index.slice_get_mut_usize.PreCodegen.after.mir Also use mir::Offset for pointer add 2023-04-27 22:44:42 -07:00
slice_index.slice_get_unchecked_mut_range.PreCodegen.after.mir Also use mir::Offset for pointer add 2023-04-27 22:44:42 -07:00
slice_index.slice_index_range.PreCodegen.after.mir Add some MIR pre-codegen tests for slice indexing 2023-04-26 14:43:36 -07:00
slice_index.slice_index_usize.PreCodegen.after.mir Add some MIR pre-codegen tests for slice indexing 2023-04-26 14:43:36 -07:00
slice_iter.forward_loop.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
slice_iter.reverse_loop.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
slice_iter.rs Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
slice_iter.slice_iter_mut_next_back.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
slice_iter.slice_iter_next.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
try_identity.new.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
try_identity.old.PreCodegen.after.mir Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00
try_identity.rs Add mir-opt tests to track MIR quality. 2023-04-23 17:10:53 +00:00

The goal of this directory is to track the quality of MIR that is given to codegen in a standard -O condiguration.

As such, feel free to --bless whatever changes you get here, so long as doing so doesn't add substantially more MIR.