about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/ssa.rs
AgeCommit message (Expand)AuthorLines
2023-01-27Use successor location for dominator check.Camille GILLOT-1/+1
2023-01-27Do not merge locals that have their address taken.Camille GILLOT-4/+7
2023-01-27Extract SsaLocals abstraction.Camille GILLOT-0/+219