Details
Details
- Reviewers
asbirlea ychen aeubanks - Commits
- rG529ecd19df1f: [NPM] port -unify-loop-exits to NPM
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Utils/UnifyLoopExits.cpp | ||
---|---|---|
241 | the legacy pass doesn't call getLoopAnalysisUsage(AU), are you sure that this preserves all loop analyses? Or is it just LoopAnalysis? |
Comment Actions
Could you rebase this on top of master? Using arc patch with a merge conflict doesn't work well.
the legacy pass doesn't call getLoopAnalysisUsage(AU), are you sure that this preserves all loop analyses? Or is it just LoopAnalysis?