[PATCH] D18670: LoopUnroll: some small fixes/tweaks to make it more useful for partial unrolling
Michael Zolotukhin via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 1 11:35:01 PDT 2016
mzolotukhin added a comment.
The test might be that given a loop with a TripCount=9, we unroll it with a factor of 3 (instead of 2 or 4)? Or something along these lines. Would it be possible, would it make sense?
Repository:
rL LLVM
http://reviews.llvm.org/D18670
More information about the llvm-commits
mailing list