rust/tests/mir-opt/copy-prop
bors 639377ed73 Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obk
Enable CopyProp

r? `@tmiasko`

`@rustbot` label +A-mir-opt
2023-02-16 03:44:37 +00:00
..
borrowed_local.f.CopyProp.diff Do not merge locals that have their address taken. 2023-01-27 18:22:45 +00:00
borrowed_local.rs Do not merge locals that have their address taken. 2023-01-27 18:22:45 +00:00
branch.foo.CopyProp.diff Add tests. 2023-01-27 18:22:45 +00:00
branch.rs Add tests. 2023-01-27 18:22:45 +00:00
copy_propagation_arg.arg_src.CopyProp.diff Add tests. 2023-01-27 18:22:45 +00:00
copy_propagation_arg.bar.CopyProp.diff Add tests. 2023-01-27 18:22:45 +00:00
copy_propagation_arg.baz.CopyProp.diff Add tests. 2023-01-27 18:22:45 +00:00
copy_propagation_arg.foo.CopyProp.diff Add tests. 2023-01-27 18:22:45 +00:00
copy_propagation_arg.rs Add tests. 2023-01-27 18:22:45 +00:00
custom_move_arg.f.CopyProp.diff Fix UB in the test case 2023-02-12 14:42:16 -05:00
custom_move_arg.rs Fix UB in the test case 2023-02-12 14:42:16 -05:00
cycle.main.CopyProp.diff Remove both StorageLive and StorageDead in CopyProp. 2023-01-31 17:50:04 +00:00
cycle.rs Add tests. 2023-01-27 18:22:45 +00:00
dead_stores_79191.f.CopyProp.after.mir Remove both StorageLive and StorageDead in CopyProp. 2023-01-31 17:50:04 +00:00
dead_stores_79191.rs Add tests. 2023-01-27 18:22:45 +00:00
dead_stores_better.f.CopyProp.after.mir Remove both StorageLive and StorageDead in CopyProp. 2023-01-31 17:50:04 +00:00
dead_stores_better.rs Add tests. 2023-01-27 18:22:45 +00:00
issue_107511.main.CopyProp.diff Bless tests. 2023-02-02 23:26:26 +00:00
issue_107511.rs Remove assignment. 2023-01-31 18:07:57 +00:00
move_arg.f.CopyProp.diff Add tests. 2023-01-27 18:22:45 +00:00
move_arg.rs Add tests. 2023-01-27 18:22:45 +00:00
move_projection.f.CopyProp.diff Turn projections into copies in CopyProp. 2023-02-04 23:33:33 +00:00
move_projection.rs Turn projections into copies in CopyProp. 2023-02-04 23:33:33 +00:00
mutate_through_pointer.f.CopyProp.diff Discard raw pointers from SSA locals. 2023-01-27 18:22:45 +00:00
mutate_through_pointer.rs Clearly document intentional UB in mir-opt tests 2023-02-13 13:50:50 -05:00
non_dominate.f.CopyProp.diff Only consider a local to be SSA if assignment dominates all uses. 2023-01-27 18:22:45 +00:00
non_dominate.rs Only consider a local to be SSA if assignment dominates all uses. 2023-01-27 18:22:45 +00:00