[PATCH] D72420: [LoopRotate] Add support for rotating loops with switch exit
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 09:16:53 PST 2020
nikic updated this revision to Diff 237358.
nikic added a comment.
Extract condition. Use SetVector to avoid non-determinism.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72420/new/
https://reviews.llvm.org/D72420
Files:
llvm/include/llvm/Analysis/LoopInfoImpl.h
llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
llvm/test/Transforms/LoopRotate/switch.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72420.237358.patch
Type: text/x-patch
Size: 14920 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200110/16fc9aba/attachment.bin>
More information about the llvm-commits
mailing list