[PATCH] D27518: Moving isComplex decision to TTI

Mohammed Agabaria via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 23 09:29:23 PST 2016


magabari added a comment.

So you are suggesting passing the SCEV of the ptr instead of the Step, right?

I am just trying to think if there is more interesting access patterns rather than strided access to care about,
which is already covered by passing the step and isStrided boolean.
Also in this case I need to pass the ScalarEvolution ptr in order to get the Step.


https://reviews.llvm.org/D27518





More information about the llvm-commits mailing list