rust/tests/mir-opt/const_prop
Camille GILLOT 30a95b7c0a FileCheck while_let_loops. 2023-12-02 21:10:04 +00:00
..
address_of_pair.fn0.ConstProp.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
address_of_pair.rs FileCheck address_of_pair. 2023-12-02 20:16:49 +00:00
aggregate.foo.ConstProp.panic-abort.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
aggregate.foo.ConstProp.panic-unwind.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
aggregate.main.ConstProp.panic-abort.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
aggregate.main.ConstProp.panic-unwind.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
aggregate.rs FileCheck aggregate. 2023-12-02 20:17:04 +00:00
array_index.main.ConstProp.32bit.panic-abort.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
array_index.main.ConstProp.32bit.panic-unwind.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
array_index.main.ConstProp.64bit.panic-abort.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
array_index.main.ConstProp.64bit.panic-unwind.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
array_index.rs FileCheck array_index. 2023-12-02 20:17:20 +00:00
bad_op_div_by_zero.main.ConstProp.panic-abort.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
bad_op_div_by_zero.main.ConstProp.panic-unwind.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
bad_op_div_by_zero.rs FileCheck bad_op_div_by_zero. 2023-12-02 20:17:37 +00:00
bad_op_mod_by_zero.main.ConstProp.panic-abort.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
bad_op_mod_by_zero.main.ConstProp.panic-unwind.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
bad_op_mod_by_zero.rs FileCheck bad_op_mod_by_zero. 2023-12-02 20:17:49 +00:00
bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.panic-abort.diff Support array length. 2023-09-06 16:05:04 +00:00
bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.panic-unwind.diff Support array length. 2023-09-06 16:05:04 +00:00
bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.panic-abort.diff Support array length. 2023-09-06 16:05:04 +00:00
bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.panic-unwind.diff Support array length. 2023-09-06 16:05:04 +00:00
bad_op_unsafe_oob_for_slices.rs FileCheck bad_op_unsafe_oob_for_slices. 2023-12-02 20:18:02 +00:00
boolean_identities.rs FileCheck boolean_identities. 2023-12-02 20:18:14 +00:00
boolean_identities.test.ConstProp.diff FileCheck boolean_identities. 2023-12-02 20:18:14 +00:00
boxes.main.ConstProp.panic-abort.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
boxes.main.ConstProp.panic-unwind.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
boxes.rs FileCheck boxes. 2023-12-02 20:18:21 +00:00
cast.main.ConstProp.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
cast.rs FileCheck cast. 2023-12-02 20:18:47 +00:00
checked_add.main.ConstProp.panic-abort.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
checked_add.main.ConstProp.panic-unwind.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
checked_add.rs FileCheck checked_add. 2023-12-02 20:18:58 +00:00
control_flow_simplification.hello.ConstProp.panic-abort.diff Also propagate ScalarPair operands. 2023-07-20 21:30:51 +00:00
control_flow_simplification.hello.ConstProp.panic-unwind.diff Also propagate ScalarPair operands. 2023-07-20 21:30:51 +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 Allow to run filecheck in mir-opt tests. 2023-10-19 15:51:52 +00:00
discriminant.main.ConstProp.32bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
discriminant.main.ConstProp.64bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
discriminant.rs FileCheck discriminant. 2023-12-02 20:28:33 +00:00
indirect.main.ConstProp.panic-abort.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
indirect.main.ConstProp.panic-unwind.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
indirect.rs FileCheck indirect. 2023-12-02 20:29:47 +00:00
indirect_mutation.bar.ConstProp.diff FileCheck const_prop_miscompile. 2023-10-31 22:56:02 +00:00
indirect_mutation.foo.ConstProp.diff FileCheck const_prop_miscompile. 2023-10-31 22:56:02 +00:00
indirect_mutation.rs FileCheck const_prop_miscompile. 2023-10-31 22:56:02 +00:00
inherit_overflow.main.ConstProp.panic-abort.diff add track_caller for arith ops 2023-11-24 00:54:06 +08:00
inherit_overflow.main.ConstProp.panic-unwind.diff add track_caller for arith ops 2023-11-24 00:54:06 +08:00
inherit_overflow.rs FileCheck inherit_overflow. 2023-12-02 20:31:27 +00:00
invalid_constant.main.ConstProp.diff Always propagate into operands. 2023-07-20 21:30:51 +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 Allow to run filecheck in mir-opt tests. 2023-10-19 15:51:52 +00:00
issue_66971.main.ConstProp.panic-abort.diff FileCheck issue_66971. 2023-12-02 20:37:05 +00:00
issue_66971.main.ConstProp.panic-unwind.diff FileCheck issue_66971. 2023-12-02 20:37:05 +00:00
issue_66971.rs FileCheck issue_66971. 2023-12-02 20:37:05 +00:00
issue_67019.main.ConstProp.panic-abort.diff FileCheck issue_67019. 2023-12-02 20:38:07 +00:00
issue_67019.main.ConstProp.panic-unwind.diff FileCheck issue_67019. 2023-12-02 20:38:07 +00:00
issue_67019.rs FileCheck issue_67019. 2023-12-02 20:38:07 +00:00
large_array_index.main.ConstProp.32bit.panic-abort.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
large_array_index.main.ConstProp.32bit.panic-unwind.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
large_array_index.main.ConstProp.64bit.panic-abort.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
large_array_index.main.ConstProp.64bit.panic-unwind.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
large_array_index.rs Allow to run filecheck in mir-opt tests. 2023-10-19 15:51:52 +00:00
mult_by_zero.rs FileCheck mult_by_zero. 2023-12-02 20:39:26 +00:00
mult_by_zero.test.ConstProp.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
mutable_variable.main.ConstProp.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
mutable_variable.rs FileCheck mutable_variable. 2023-12-02 20:49:28 +00:00
mutable_variable_aggregate.main.ConstProp.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
mutable_variable_aggregate.rs FileCheck mutable_variable_aggregate. 2023-12-02 20:49:38 +00:00
mutable_variable_aggregate_mut_ref.main.ConstProp.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
mutable_variable_aggregate_mut_ref.rs FileCheck mutable_variable_aggregate_mut_ref. 2023-12-02 20:49:50 +00:00
mutable_variable_aggregate_partial_read.main.ConstProp.panic-abort.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
mutable_variable_aggregate_partial_read.main.ConstProp.panic-unwind.diff Bless tests 2023-06-23 18:36:25 +01:00
mutable_variable_aggregate_partial_read.rs FileCheck mutable_variable_aggregate_partial_read. 2023-12-02 20:51:23 +00:00
mutable_variable_no_prop.main.ConstProp.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
mutable_variable_no_prop.rs FileCheck mutable_variable_no_prop. 2023-12-02 20:50:00 +00:00
mutable_variable_unprop_assign.main.ConstProp.panic-abort.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
mutable_variable_unprop_assign.main.ConstProp.panic-unwind.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
mutable_variable_unprop_assign.rs FileCheck mutable_variable_unprop_assign. 2023-12-02 20:54:56 +00:00
offset_of.concrete.ConstProp.panic-abort.diff Update MIR tests for offset_of 2023-10-31 23:26:02 +00:00
offset_of.concrete.ConstProp.panic-unwind.diff Update MIR tests for offset_of 2023-10-31 23:26:02 +00:00
offset_of.generic.ConstProp.panic-abort.diff Update MIR tests for offset_of 2023-10-31 23:26:02 +00:00
offset_of.generic.ConstProp.panic-unwind.diff Update MIR tests for offset_of 2023-10-31 23:26:02 +00:00
offset_of.rs Feature gate enums in offset_of 2023-11-03 13:16:47 +00:00
overwrite_with_const_with_params.rs Rename and add another test 2023-11-28 23:17:28 +00:00
overwrite_with_const_with_params.size_of.ConstProp.diff Rename and add another test 2023-11-28 23:17:28 +00:00
pointer_expose_address.main.ConstProp.panic-abort.diff FileCheck and rename const_prop_fails_gracefully. 2023-12-02 20:23:16 +00:00
pointer_expose_address.main.ConstProp.panic-unwind.diff FileCheck and rename const_prop_fails_gracefully. 2023-12-02 20:23:16 +00:00
pointer_expose_address.rs FileCheck and rename const_prop_fails_gracefully. 2023-12-02 20:23:16 +00:00
read_immutable_static.main.ConstProp.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
read_immutable_static.rs FileCheck read_immutable_static. 2023-12-02 20:56:26 +00:00
ref_deref.main.ConstProp.diff FileCheck ref_deref. 2023-12-02 20:58:45 +00:00
ref_deref.rs FileCheck ref_deref. 2023-12-02 20:58:45 +00:00
ref_deref_project.main.ConstProp.diff FileCheck ref_deref. 2023-12-02 20:58:45 +00:00
ref_deref_project.rs FileCheck ref_deref. 2023-12-02 20:58:45 +00:00
reify_fn_ptr.main.ConstProp.diff Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` 2023-07-07 18:17:16 +02:00
reify_fn_ptr.rs FileCheck reify_fn_ptr. 2023-12-02 21:00:59 +00:00
repeat.main.ConstProp.32bit.panic-abort.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
repeat.main.ConstProp.32bit.panic-unwind.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
repeat.main.ConstProp.64bit.panic-abort.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
repeat.main.ConstProp.64bit.panic-unwind.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
repeat.rs FileCheck repeat. 2023-12-02 21:01:48 +00:00
return_place.add.ConstProp.panic-abort.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
return_place.add.ConstProp.panic-unwind.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +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 FileCheck return_place. 2023-12-02 21:08:12 +00:00
scalar_literal_propagation.main.ConstProp.panic-abort.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
scalar_literal_propagation.main.ConstProp.panic-unwind.diff Always propagate into operands. 2023-07-20 21:30:51 +00:00
scalar_literal_propagation.rs FileCheck scalar_literal_propagation. 2023-12-02 21:02:42 +00:00
slice_len.main.ConstProp.32bit.panic-abort.diff FileCheck slice_len. 2023-12-02 21:06:38 +00:00
slice_len.main.ConstProp.32bit.panic-unwind.diff FileCheck slice_len. 2023-12-02 21:06:38 +00:00
slice_len.main.ConstProp.64bit.panic-abort.diff FileCheck slice_len. 2023-12-02 21:06:38 +00:00
slice_len.main.ConstProp.64bit.panic-unwind.diff FileCheck slice_len. 2023-12-02 21:06:38 +00:00
slice_len.rs FileCheck slice_len. 2023-12-02 21:06:38 +00:00
switch_int.main.ConstProp.panic-abort.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
switch_int.main.ConstProp.panic-unwind.diff Bless tests 2023-06-23 18:36:25 +01: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 FileCheck switch_int. 2023-12-02 21:06:48 +00:00
transmute.from_char.ConstProp.32bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.from_char.ConstProp.64bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.invalid_bool.ConstProp.32bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.invalid_bool.ConstProp.64bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.invalid_char.ConstProp.32bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.invalid_char.ConstProp.64bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.less_as_i8.ConstProp.32bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.less_as_i8.ConstProp.64bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.rs FileCheck transmute. 2023-10-19 15:51:54 +00:00
transmute.undef_union_as_integer.ConstProp.32bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.undef_union_as_integer.ConstProp.64bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.unreachable_box.ConstProp.32bit.diff Use `PlaceMention` for match scrutinees. 2023-10-24 15:30:17 +00:00
transmute.unreachable_box.ConstProp.64bit.diff Use `PlaceMention` for match scrutinees. 2023-10-24 15:30:17 +00:00
transmute.unreachable_direct.ConstProp.32bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.unreachable_direct.ConstProp.64bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.unreachable_mut.ConstProp.32bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.unreachable_mut.ConstProp.64bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.unreachable_ref.ConstProp.32bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.unreachable_ref.ConstProp.64bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.valid_char.ConstProp.32bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
transmute.valid_char.ConstProp.64bit.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
tuple_literal_propagation.main.ConstProp.panic-abort.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
tuple_literal_propagation.main.ConstProp.panic-unwind.diff Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
tuple_literal_propagation.rs FileCheck tuple_literal_propagation. 2023-12-02 21:08:55 +00:00
while_let_loops.change_loop_body.ConstProp.diff Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
while_let_loops.rs FileCheck while_let_loops. 2023-12-02 21:10:04 +00:00