Add MemorySSA as a dependency to LoopSimplifyCFG and preserve it.
Disabled by default until all passes preserve MemorySSA.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Transforms/Scalar/LoopSimplifyCFG.cpp | ||
---|---|---|
77 ↗ | (On Diff #161287) | Same comment as on other patch -- could we use an Optional here to avoid heap allocation? |