rust/tests/mir-opt/copy-prop
Camille GILLOT 6ad0497cc0 Use visit_assign to detect SSA locals. 2023-05-10 15:26:51 +00:00
..
borrowed_local.f.CopyProp.diff Do not consider borrowed Freeze locals as SSA. 2023-05-09 17:59:35 +00:00
borrowed_local.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
branch.foo.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
branch.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
copy_propagation_arg.arg_src.CopyProp.diff Add tests. 2023-01-27 18:22:45 +00:00
copy_propagation_arg.bar.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
copy_propagation_arg.baz.CopyProp.diff Add tests. 2023-01-27 18:22:45 +00:00
copy_propagation_arg.foo.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
copy_propagation_arg.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
custom_move_arg.f.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
custom_move_arg.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
cycle.main.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
cycle.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
dead_stores_79191.f.CopyProp.after.mir Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
dead_stores_79191.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
dead_stores_better.f.CopyProp.after.mir Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
dead_stores_better.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
issue_107511.main.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
issue_107511.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
move_arg.f.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
move_arg.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
move_projection.f.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
move_projection.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01: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
partial_init.main.CopyProp.diff Use visit_assign to detect SSA locals. 2023-05-10 15:26:51 +00:00
partial_init.rs Use visit_assign to detect SSA locals. 2023-05-10 15:26:51 +00:00
reborrow.demiraw.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
reborrow.miraw.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
reborrow.remut.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
reborrow.reraw.CopyProp.diff Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00
reborrow.rs Ignore many tests on wasm32 2023-04-06 10:08:07 +01:00