This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
tests
/
mir-opt
/
copy-prop
History
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
…
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
…
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
…
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
…