[PATCH] D70059: [LoopInterchange] Only skip PHIs with incoming values from the inner loop.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 16:00:09 PST 2019
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Transforms/Scalar/LoopInterchange.cpp:1410
+ // Those should
// already have been updated.
auto I = dyn_cast<Instruction>(P.getIncomingValue(0));
----------------
Comment wrapping?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70059/new/
https://reviews.llvm.org/D70059
More information about the llvm-commits
mailing list