[PATCH] D26529: [LoopReroll] Make root-finding more aggressive.
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 10 15:19:23 PST 2016
efriedma created this revision.
efriedma added reviewers: hfinkel, hulx2000, jmolloy.
efriedma added a subscriber: llvm-commits.
efriedma set the repository for this revision to rL LLVM.
Herald added a subscriber: mzolotukhin.
Allow using an instruction other than a mul or phi as the base for root-finding. For example, the included testcase includes a loop which requires using a getelementptr as the base for root-finding.
Repository:
rL LLVM
https://reviews.llvm.org/D26529
Files:
lib/Transforms/Scalar/LoopRerollPass.cpp
test/Transforms/LoopReroll/basic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26529.77562.patch
Type: text/x-patch
Size: 8219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161110/ffaae3f3/attachment.bin>
More information about the llvm-commits
mailing list