[PATCH] D17258: [LoopReroller] Allow setting MaxRerollIterations above 16

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 08:04:37 PST 2016


jmolloy added a comment.

Hi,

I think this is unnecessarily complex. Can't we just switch from a SmallBitVector to a BitVector and set IL_MaxIterations to 32? or do you need it larger than that?

James


http://reviews.llvm.org/D17258





More information about the llvm-commits mailing list