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
- Build Status
Buildable 21624 Build 21624: arc lint + arc unit
Event Timeline
lib/Transforms/Scalar/LoopSimplifyCFG.cpp | ||
---|---|---|
77 | Same comment as on other patch -- could we use an Optional here to avoid heap allocation? |
Same comment as on other patch -- could we use an Optional here to avoid heap allocation?