os-rust/tests/mir-opt/copy-prop
Camille GILLOT 05ee406cc8 Add test.
2023-01-31 17:49:57 +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
cycle.main.CopyProp.diff Do not merge locals that have their address taken. 2023-01-27 18:22:45 +00:00
cycle.rs Add tests. 2023-01-27 18:22:45 +00:00
dead_stores_79191.f.CopyProp.after.mir Do not merge locals that have their address taken. 2023-01-27 18:22:45 +00:00
dead_stores_79191.rs Add tests. 2023-01-27 18:22:45 +00:00
dead_stores_better.f.CopyProp.after.mir Do not merge locals that have their address taken. 2023-01-27 18:22:45 +00:00
dead_stores_better.rs Add tests. 2023-01-27 18:22:45 +00:00
issue_107511.main.CopyProp.diff Add test. 2023-01-31 17:49:57 +00:00
issue_107511.rs Add test. 2023-01-31 17:49: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
mutate_through_pointer.f.CopyProp.diff Discard raw pointers from SSA locals. 2023-01-27 18:22:45 +00:00
mutate_through_pointer.rs Discard raw pointers from SSA locals. 2023-01-27 18:22:45 +00: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