[PATCH] D58524: [LoopSimplifyCFG] Update MemorySSA after r353911.
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 21 22:27:22 PST 2019
mkazantsev added inline comments.
================
Comment at: llvm/trunk/lib/Transforms/Scalar/LoopSimplifyCFG.cpp:592
// If we didn't do updates inside deleteDeadLoopBlocks, do them here.
DTU.applyUpdates(DTUpdates);
DTUpdates.clear();
----------------
I believe we should also update MSSA here. This is the execution path taken when we don't have dead blocks.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58524/new/
https://reviews.llvm.org/D58524
More information about the llvm-commits
mailing list