[PATCH] D49489: [VPlan] VPlan version of InterleavedAccessInfo.

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 13 05:04:29 PST 2018


rengolin added a comment.

So, IIUC, the way you only get the interleave info on instructions and map to VPlan is because we don't yet have scalar evolution in VPlan, so we need to do that in Instruction and then map to VPInstruction.

In the future, once we can (perhaps using the same template technique) have SCEV on VPlan, we won't need the Old2New map anymore, and then the analysis will be independent of the underlying type.

Di I get that right?


https://reviews.llvm.org/D49489





More information about the llvm-commits mailing list