[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 08:00:16 PST 2021
Orlando added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:3891
+ return VL0Ty == cast<GetElementPtrInst>(V)
+ ->getOperand(IndexIdx)
+ ->getType();
----------------
ABataev wrote:
> Orlando wrote:
> > This is failing to build for me because `IndexIdx` isn't captured here.
> Fixed already in cdf8a53c1d33ad79be857991fbe4e7e7ced71021
Aha thanks, sorry for the noise.
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