Currently we have limited support for outer loops with multiple basic
blocks after the inner loop exit. But the current checks for creating
PHIs for loop exit values only assumes the header and latches of the
outer loop. It is better to just skip incoming values defined in the
original inner loops. Those are handled earlier.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Scalar/LoopInterchange.cpp | ||
---|---|---|
1406 | Thanks Eli, I've fixed that. It seems like clang-format does not re-flow comments that do not exceed the maximum length. |
Comment wrapping?