[PATCH] D113792: [SLP]Adjust GEP indices types when trying to build entries.
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 16 07:53:29 PST 2021
Orlando added a comment.
Hi, I can't build with this commit (see inline comment).
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:3891
+ return VL0Ty == cast<GetElementPtrInst>(V)
+ ->getOperand(IndexIdx)
+ ->getType();
----------------
This is failing to build for me because `IndexIdx` isn't captured here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113792/new/
https://reviews.llvm.org/D113792
More information about the llvm-commits
mailing list