[PATCH] D19256: PR27392 unroll epilog TripCount overflow fix.
Evgeny Stupachenko via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 23:42:49 PDT 2016
evstupac created this revision.
evstupac added reviewers: sanjoy, mzolotukhin.
evstupac added a subscriber: llvm-commits.
evstupac set the repository for this revision to rL LLVM.
We should compare BECount with (Count - 1) instead of TripCount with xtraiter.
Repository:
rL LLVM
http://reviews.llvm.org/D19256
Files:
lib/Transforms/Utils/LoopUnrollRuntime.cpp
test/Transforms/LoopUnroll/AArch64/runtime-loop.ll
test/Transforms/LoopUnroll/runtime-loop.ll
test/Transforms/LoopUnroll/runtime-loop1.ll
test/Transforms/LoopUnroll/tripcount-overflow.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19256.54162.patch
Type: text/x-patch
Size: 6629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160419/217bfc12/attachment.bin>
More information about the llvm-commits
mailing list