rust/tests/mir-opt/copy-prop
Ben Kimock 614df3fd5e Clearly document intentional UB in mir-opt tests
Co-authored-by: Jakob Degen <jakob.e.degen@gmail.com>
2023-02-13 13:50:50 -05: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
branch.rs
copy_propagation_arg.arg_src.CopyProp.diff
copy_propagation_arg.bar.CopyProp.diff
copy_propagation_arg.baz.CopyProp.diff
copy_propagation_arg.foo.CopyProp.diff
copy_propagation_arg.rs
cycle.main.CopyProp.diff Remove both StorageLive and StorageDead in CopyProp. 2023-01-31 17:50:04 +00:00
cycle.rs
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
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
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
move_arg.rs
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
non_dominate.rs