[PATCH] D43237: [LoopInterchange] Allow some loops with PHI nodes in the exit block.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 12 12:46:20 PDT 2018
efriedma added a comment.
So the problem is specifically with values produced in the loop latch? That makes sense, I guess, but it seems like you could check for that more directly. (It might also be possible to hoist the instruction out of the latch, but I guess that's complicated in general.)
https://reviews.llvm.org/D43237
More information about the llvm-commits
mailing list