rust/tests/mir-opt/const_prop
2023-04-06 10:08:07 +01:00
..
aggregate.foo.ConstProp.diff Add partial propagation test. 2023-02-02 23:26:29 +00:00
aggregate.foo.PreCodegen.after.mir Add partial propagation test. 2023-02-02 23:26:29 +00:00
aggregate.main.ConstProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
aggregate.main.PreCodegen.after.mir Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
aggregate.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
array_index.main.ConstProp.32bit.diff
array_index.main.ConstProp.64bit.diff
array_index.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
bad_op_div_by_zero.main.ConstProp.diff Remove overflow checks from ConstProp. 2023-02-18 21:35:02 +00:00
bad_op_div_by_zero.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
bad_op_mod_by_zero.main.ConstProp.diff Remove OnlyPropagateInto. 2023-03-08 14:40:37 +00:00
bad_op_mod_by_zero.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
bad_op_unsafe_oob_for_slices.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
boolean_identities.rs
boolean_identities.test.ConstProp.diff Implement SSA CopyProp pass. 2023-01-27 18:22:45 +00:00
boxes.main.ConstProp.diff Remove uses of box_syntax in rustc and tools 2023-03-12 13:19:46 +00:00
boxes.rs Remove uses of box_syntax in rustc and tools 2023-03-12 13:19:46 +00:00
cast.main.ConstProp.diff
cast.rs
checked_add.main.ConstProp.diff
checked_add.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
const_prop_fails_gracefully.main.ConstProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
const_prop_fails_gracefully.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
control_flow_simplification.hello.ConstProp.diff Generalize operation. 2023-03-13 18:22:55 +00:00
control_flow_simplification.hello.PreCodegen.before.mir
control_flow_simplification.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
discriminant.main.ConstProp.32bit.diff Bless 32bit. 2023-03-08 14:40:38 +00:00
discriminant.main.ConstProp.64bit.diff Do not track span in ConstProp. 2023-03-08 14:40:37 +00:00
discriminant.rs
indirect.main.ConstProp.diff
indirect.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
inherit_overflow.main.ConstProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
inherit_overflow.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
invalid_constant.main.ConstProp.diff Replace ZST operands and debuginfo by constants. 2023-03-13 18:19:57 +00:00
invalid_constant.main.RemoveZsts.diff Generalize operation. 2023-03-13 18:22:55 +00:00
invalid_constant.rs Replace ZST operands and debuginfo by constants. 2023-03-13 18:19:57 +00:00
issue_66971.main.ConstProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
issue_66971.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
issue_67019.main.ConstProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
issue_67019.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
large_array_index.main.ConstProp.32bit.diff
large_array_index.main.ConstProp.64bit.diff
large_array_index.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
mult_by_zero.rs
mult_by_zero.test.ConstProp.diff Implement SSA CopyProp pass. 2023-01-27 18:22:45 +00:00
mutable_variable.main.ConstProp.diff
mutable_variable.rs
mutable_variable_aggregate.main.ConstProp.diff Run SROA to fixpoint. 2023-02-05 12:08:42 +00:00
mutable_variable_aggregate.rs
mutable_variable_aggregate_mut_ref.main.ConstProp.diff Simplify construction of replacement map. 2023-02-05 11:44:18 +00:00
mutable_variable_aggregate_mut_ref.rs
mutable_variable_aggregate_partial_read.main.ConstProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
mutable_variable_aggregate_partial_read.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
mutable_variable_no_prop.main.ConstProp.diff Fix mir-opt tests for big-endian platforms 2023-01-12 18:05:30 +01:00
mutable_variable_no_prop.rs Fix mir-opt tests for big-endian platforms 2023-01-12 18:05:30 +01:00
mutable_variable_unprop_assign.main.ConstProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
mutable_variable_unprop_assign.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
optimizes_into_variable.main.ConstProp.32bit.diff Bless 32bit tests. 2023-02-05 13:51:37 +00:00
optimizes_into_variable.main.ConstProp.64bit.diff Fix SROA without deaggregation. 2023-02-05 08:37:03 +00:00
optimizes_into_variable.main.PreCodegen.after.32bit.mir Bless 32bit tests. 2023-02-05 13:51:37 +00:00
optimizes_into_variable.main.PreCodegen.after.64bit.mir Fix SROA without deaggregation. 2023-02-05 08:37:03 +00:00
optimizes_into_variable.main.ScalarReplacementOfAggregates.32bit.diff Bless 32bit tests. 2023-02-05 13:51:37 +00:00
optimizes_into_variable.main.ScalarReplacementOfAggregates.64bit.diff Simplify construction of replacement map. 2023-02-05 11:44:18 +00:00
optimizes_into_variable.main.SimplifyLocals-final.after.32bit.mir Bless 32bit tests. 2023-02-05 13:51:37 +00:00
optimizes_into_variable.main.SimplifyLocals-final.after.64bit.mir Fix SROA without deaggregation. 2023-02-05 08:37:03 +00:00
optimizes_into_variable.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
read_immutable_static.main.ConstProp.diff
read_immutable_static.rs
ref_deref.main.ConstProp.diff Make tests unit. 2023-01-27 18:22:44 +00:00
ref_deref.rs Make tests unit. 2023-01-27 18:22:44 +00:00
ref_deref_project.main.ConstProp.diff Make tests unit. 2023-01-27 18:22:44 +00:00
ref_deref_project.rs Make tests unit. 2023-01-27 18:22:44 +00:00
reify_fn_ptr.main.ConstProp.diff
reify_fn_ptr.rs
repeat.main.ConstProp.32bit.diff
repeat.main.ConstProp.64bit.diff
repeat.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
return_place.add.ConstProp.diff
return_place.add.PreCodegen.before.mir
return_place.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
scalar_literal_propagation.main.ConstProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
scalar_literal_propagation.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
slice_len.main.ConstProp.32bit.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
slice_len.main.ConstProp.64bit.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
slice_len.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
switch_int.main.ConstProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
switch_int.main.SimplifyConstCondition-after-const-prop.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
switch_int.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
transmute.from_char.ConstProp.diff Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transmute.invalid_bool.ConstProp.diff Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transmute.invalid_char.ConstProp.diff Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transmute.less_as_i8.ConstProp.diff Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transmute.rs Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transmute.undef_union_as_integer.ConstProp.diff Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transmute.unreachable_box.ConstProp.diff Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transmute.unreachable_direct.ConstProp.diff Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transmute.unreachable_mut.ConstProp.diff Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transmute.unreachable_ref.ConstProp.diff Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transmute.valid_char.ConstProp.diff Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
tuple_literal_propagation.main.ConstProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
tuple_literal_propagation.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00