[PATCH] D18202: Enable non-power-of-2 pragma unroll counts

Evgeny Stupachenko via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 15:55:21 PDT 2016


evstupac created this revision.
evstupac added reviewers: sanjoy, aizatsky, hfinkel, mzolotukhin, mkuper.
evstupac added a subscriber: llvm-commits.
evstupac set the repository for this revision to rL LLVM.
Herald added a subscriber: mzolotukhin.

The patch fixes bug 26957, enabling unroll by non-power-of-2 counts if they are explicitly set in "pragma unroll".

Repository:
  rL LLVM

http://reviews.llvm.org/D18202

Files:
  lib/Transforms/Scalar/LoopUnrollPass.cpp
  lib/Transforms/Utils/LoopUnrollRuntime.cpp
  test/Transforms/LoopUnroll/unroll-pragmas.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18202.50782.patch
Type: text/x-patch
Size: 5885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160315/21e2d9ac/attachment.bin>


More information about the llvm-commits mailing list