rust/src/test/mir-opt/const_prop
Erik Desjardins 90562b401e bless tests
2021-03-15 21:58:54 -04:00
..
aggregate.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
aggregate.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
array_index.main.ConstProp.32bit.diff bless tests 2021-03-15 21:58:54 -04:00
array_index.main.ConstProp.64bit.diff bless tests 2021-03-15 21:58:54 -04:00
array_index.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
bad_op_div_by_zero.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
bad_op_div_by_zero.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
bad_op_mod_by_zero.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
bad_op_mod_by_zero.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.diff bless tests 2021-03-15 21:58:54 -04:00
bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.diff bless tests 2021-03-15 21:58:54 -04:00
bad_op_unsafe_oob_for_slices.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
boolean_identities.rs Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
boolean_identities.test.ConstProp.diff Update MIR tests with comment verbosity fix 2020-08-17 17:29:48 -04:00
boxes.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
boxes.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
cast.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
cast.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
checked_add.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
checked_add.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
const_prop_fails_gracefully.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
const_prop_fails_gracefully.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
control-flow-simplification.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
control_flow_simplification.hello.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
control_flow_simplification.hello.PreCodegen.before.mir Extend SimplifyLocals to remove ZST writes 2021-03-13 17:58:11 -05:00
discriminant.main.ConstProp.32bit.diff bless tests 2021-03-15 21:58:54 -04:00
discriminant.main.ConstProp.64bit.diff bless tests 2021-03-15 21:58:54 -04:00
discriminant.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
indirect.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
indirect.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
issue-66971.rs Bump mir-opt-level from 2 to 3 in tests 2021-03-05 17:13:57 -03:00
issue-67019.rs Bump mir-opt-level from 2 to 3 in tests 2021-03-05 17:13:57 -03:00
issue_66971.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
issue_67019.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
large_array_index.main.ConstProp.32bit.diff bless tests 2021-03-15 21:58:54 -04:00
large_array_index.main.ConstProp.64bit.diff bless tests 2021-03-15 21:58:54 -04:00
large_array_index.rs Update tests after rebase 2020-07-29 22:39:09 +02:00
mult_by_zero.rs Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
mult_by_zero.test.ConstProp.diff Update MIR tests with comment verbosity fix 2020-08-17 17:29:48 -04:00
mutable_variable.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
mutable_variable.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
mutable_variable_aggregate.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
mutable_variable_aggregate.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
mutable_variable_aggregate_mut_ref.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
mutable_variable_aggregate_mut_ref.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
mutable_variable_aggregate_partial_read.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
mutable_variable_aggregate_partial_read.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
mutable_variable_no_prop.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
mutable_variable_no_prop.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
mutable_variable_unprop_assign.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
mutable_variable_unprop_assign.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
optimizes_into_variable.main.ConstProp.32bit.diff bless tests 2021-03-15 21:58:54 -04:00
optimizes_into_variable.main.ConstProp.64bit.diff bless tests 2021-03-15 21:58:54 -04:00
optimizes_into_variable.main.SimplifyLocals.after.32bit.mir Extend SimplifyLocals to remove ZST writes 2021-03-13 17:58:11 -05:00
optimizes_into_variable.main.SimplifyLocals.after.64bit.mir Extend SimplifyLocals to remove ZST writes 2021-03-13 17:58:11 -05:00
optimizes_into_variable.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
read_immutable_static.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
read_immutable_static.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
ref_deref.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
ref_deref.main.PromoteTemps.diff Move from {{closure}}#0 syntax to {closure#0} for (def) path components 2020-09-25 22:46:14 +01:00
ref_deref.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
ref_deref_project.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
ref_deref_project.main.PromoteTemps.diff Move from {{closure}}#0 syntax to {closure#0} for (def) path components 2020-09-25 22:46:14 +01:00
ref_deref_project.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
reify_fn_ptr.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
reify_fn_ptr.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
repeat.main.ConstProp.32bit.diff bless tests 2021-03-15 21:58:54 -04:00
repeat.main.ConstProp.64bit.diff bless tests 2021-03-15 21:58:54 -04:00
repeat.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
return_place.add.ConstProp.diff Addressed feedbacks 2020-12-23 18:55:37 +00:00
return_place.add.PreCodegen.before.mir Update MIR tests with comment verbosity fix 2020-08-17 17:29:48 -04:00
return_place.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
scalar_literal_propagation.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
scalar_literal_propagation.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
slice_len.main.ConstProp.32bit.diff bless tests 2021-03-15 21:58:54 -04:00
slice_len.main.ConstProp.64bit.diff bless tests 2021-03-15 21:58:54 -04:00
slice_len.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
switch_int.main.ConstProp.diff Suppress "const" prefix of FnDef in MIR dump 2020-08-21 00:36:49 +00:00
switch_int.main.SimplifyBranches-after-const-prop.diff Suppress "const" prefix of FnDef in MIR dump 2020-08-21 00:36:49 +00:00
switch_int.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00
tuple_literal_propagation.main.ConstProp.diff bless tests 2021-03-15 21:58:54 -04:00
tuple_literal_propagation.rs add crate name to mir dumps 2020-07-29 13:41:11 +02:00