[PATCH] D73058: [LoopRotate] add ability to repeat loop rotation until non-deoptimizing exit is found

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 04:59:35 PST 2020


fedor.sergeev updated this revision to Diff 239856.
fedor.sergeev added a comment.
Herald added a subscriber: mgorny.

unittest added that verifies exit code of successful loop-rotate


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73058/new/

https://reviews.llvm.org/D73058

Files:
  llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
  llvm/test/Transforms/LoopRotate/multiple-deopt-exits.ll
  llvm/unittests/Transforms/Utils/CMakeLists.txt
  llvm/unittests/Transforms/Utils/LoopRotationUtilsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73058.239856.patch
Type: text/x-patch
Size: 44275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200123/20d407a8/attachment.bin>


More information about the llvm-commits mailing list