[PATCH] D73058: [LoopRotate] add ability to repeat loop rotation until non-deoptimizing exit is found
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 07:07:43 PST 2020
skatkov requested changes to this revision.
skatkov added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/lib/Transforms/Utils/LoopRotationUtils.cpp:286
+ if (!OrigLatch)
return false;
+
----------------
if it is a second iteration you should return true here and in other places.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73058/new/
https://reviews.llvm.org/D73058
More information about the llvm-commits
mailing list