[PATCH] D51486: Add check to Latch's terminator in UnrollRuntimeLoopRemainder

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 07:30:50 PDT 2018


dmgreen added a comment.

Hello. Please upload with full context to make patched easier to read. See https://llvm.org/docs/Contributing.html



================
Comment at: lib/Transforms/Utils/LoopUnrollRuntime.cpp:559
   BasicBlock *LatchExit = LatchBR->getSuccessor(ExitIndex);
   // Cloning the loop basic blocks (`CloneLoopBlocks`) requires that one of the
----------------
For example, does the rest of this comment cover you concerns here?


Repository:
  rL LLVM

https://reviews.llvm.org/D51486





More information about the llvm-commits mailing list