about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/ref_prop.rs
AgeCommit message (Expand)AuthorLines
2023-05-09Only check storage liveness for direct projections.Camille GILLOT-6/+3
2023-05-09Do not check StorageLive dominates address-taking.Camille GILLOT-4/+40
2023-05-09Explicit performance concern.Camille GILLOT-2/+2
2023-05-09Do not consider borrowed Freeze locals as SSA.Camille GILLOT-4/+2
2023-05-09Implement SSA-based reference propagation.Camille GILLOT-0/+324