Displaying 1 result from an estimated 1 matches for "isconsecutiveptr".
2016 Aug 21
2
LoopVectorize module - some possible enhancements
...torized with my version of LoopVectorize, although it's simple
to reason it's trivial to vectorize.
One more question: how can I obtain an expression for the bounds and the step of the
original loop? For example, when I print the ScalarEvolution object in
LoopVectorizationLegality::isConsecutivePtr(), I can get the value reported in "Exits" for
the indvars.iv instruction which is the upper bound for the loop getting vectorized.
Thank you,
Alex