rust/tests/mir-opt/const_prop
2023-12-24 20:08:57 +00:00
..
address_of_pair.fn0.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
address_of_pair.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
aggregate.foo.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
aggregate.foo.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
aggregate.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
aggregate.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
aggregate.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
array_index.main.GVN.32bit.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
array_index.main.GVN.32bit.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
array_index.main.GVN.64bit.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
array_index.main.GVN.64bit.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
array_index.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
bad_op_div_by_zero.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
bad_op_div_by_zero.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
bad_op_div_by_zero.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
bad_op_mod_by_zero.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
bad_op_mod_by_zero.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
bad_op_mod_by_zero.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
bad_op_unsafe_oob_for_slices.main.GVN.32bit.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
bad_op_unsafe_oob_for_slices.main.GVN.32bit.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
bad_op_unsafe_oob_for_slices.main.GVN.64bit.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
bad_op_unsafe_oob_for_slices.main.GVN.64bit.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
bad_op_unsafe_oob_for_slices.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
boolean_identities.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
boolean_identities.test.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
boxes.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
boxes.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
boxes.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
cast.main.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
cast.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
checked_add.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
checked_add.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
checked_add.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
control_flow_simplification.hello.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
control_flow_simplification.hello.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
control_flow_simplification.hello.PreCodegen.before.panic-abort.mir Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
control_flow_simplification.hello.PreCodegen.before.panic-unwind.mir Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
control_flow_simplification.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
discriminant.main.GVN.32bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
discriminant.main.GVN.64bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
discriminant.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
indirect_mutation.bar.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
indirect_mutation.foo.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
indirect_mutation.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
indirect.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
indirect.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
indirect.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
inherit_overflow.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
inherit_overflow.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
inherit_overflow.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
invalid_constant.main.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
invalid_constant.main.RemoveZsts.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
invalid_constant.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
issue_66971.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
issue_66971.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
issue_66971.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
issue_67019.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
issue_67019.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
issue_67019.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
large_array_index.main.GVN.32bit.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
large_array_index.main.GVN.32bit.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
large_array_index.main.GVN.64bit.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
large_array_index.main.GVN.64bit.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
large_array_index.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mult_by_zero.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mult_by_zero.test.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_aggregate_mut_ref.main.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_aggregate_mut_ref.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_aggregate_partial_read.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_aggregate_partial_read.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_aggregate_partial_read.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_aggregate.main.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_aggregate.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_no_prop.main.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_no_prop.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_unprop_assign.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_unprop_assign.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable_unprop_assign.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable.main.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
mutable_variable.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
offset_of.concrete.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
offset_of.concrete.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
offset_of.generic.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
offset_of.generic.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
offset_of.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
overwrite_with_const_with_params.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
overwrite_with_const_with_params.size_of.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
pointer_expose_address.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
pointer_expose_address.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
pointer_expose_address.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
read_immutable_static.main.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
read_immutable_static.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
ref_deref_project.main.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
ref_deref_project.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
ref_deref.main.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
ref_deref.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
reify_fn_ptr.main.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
reify_fn_ptr.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
repeat.main.GVN.32bit.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
repeat.main.GVN.32bit.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
repeat.main.GVN.64bit.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
repeat.main.GVN.64bit.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
repeat.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
return_place.add.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
return_place.add.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
return_place.add.PreCodegen.before.panic-abort.mir Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
return_place.add.PreCodegen.before.panic-unwind.mir Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
return_place.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
scalar_literal_propagation.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
scalar_literal_propagation.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
scalar_literal_propagation.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
slice_len.main.GVN.32bit.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
slice_len.main.GVN.32bit.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
slice_len.main.GVN.64bit.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
slice_len.main.GVN.64bit.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
slice_len.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
switch_int.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
switch_int.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
switch_int.main.SimplifyConstCondition-after-const-prop.panic-abort.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
switch_int.main.SimplifyConstCondition-after-const-prop.panic-unwind.diff Bless tests 2023-06-23 18:36:25 +01:00
switch_int.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.from_char.GVN.32bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.from_char.GVN.64bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.invalid_bool.GVN.32bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.invalid_bool.GVN.64bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.invalid_char.GVN.32bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.invalid_char.GVN.64bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.less_as_i8.GVN.32bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.less_as_i8.GVN.64bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.undef_union_as_integer.GVN.32bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.undef_union_as_integer.GVN.64bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.unreachable_box.GVN.32bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.unreachable_box.GVN.64bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.unreachable_direct.GVN.32bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.unreachable_direct.GVN.64bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.unreachable_mut.GVN.32bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.unreachable_mut.GVN.64bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.unreachable_ref.GVN.32bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.unreachable_ref.GVN.64bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.valid_char.GVN.32bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
transmute.valid_char.GVN.64bit.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
tuple_literal_propagation.main.GVN.panic-abort.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
tuple_literal_propagation.main.GVN.panic-unwind.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
tuple_literal_propagation.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
while_let_loops.change_loop_body.GVN.diff Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00
while_let_loops.rs Replace legacy ConstProp by GVN. 2023-12-24 20:08:57 +00:00