[PATCH] D18670: LoopUnroll: some small fixes/tweaks to make it more useful for partial unrolling
Evgeny Stupachenko via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 1 15:05:19 PDT 2016
evstupac added a comment.
In http://reviews.llvm.org/D18670#389914, @escha wrote:
> FullUnrollMaxCount was 6.
But now in LLVM trunk there is no way to make FullUnrollMaxCount 6. Right?
To make FullUnrollMaxCount introduction reasonable there should be a path in LLVM trunk where FullUnrollMaxCount can become something else than UINT_MAX. That will resolve the issue with test as well.
Repository:
rL LLVM
http://reviews.llvm.org/D18670
More information about the llvm-commits
mailing list