[PATCH] D70059: [LoopInterchange] Only skip PHIs with incoming values from the inner loop.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 03:06:08 PST 2019


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LoopInterchange.cpp:1410
+      // Those should
       // already have been updated.
       auto I = dyn_cast<Instruction>(P.getIncomingValue(0));
----------------
efriedma wrote:
> Comment wrapping?
Thanks Eli, I've fixed that. It seems like clang-format does not re-flow comments that do not exceed the maximum length.


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