[llvm] [VPlan] Use pointer to member 0 as VPInterleaveRecipe's pointer arg. (PR #106431)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 15 23:23:28 PDT 2024
fhahn wrote:
@alexhf thanks! Should be fixed in bbff5b8891c0ce929d6. The issue was that the patch was using `getScalarSizeInBits`, which returned 0 for pointers. Fixed by using getAllocTypeSize (in line with what the interleave analysis uses)
https://github.com/llvm/llvm-project/pull/106431
More information about the llvm-commits
mailing list