[PATCH] D113792: [SLP]Adjust GEP indices types when trying to build entries.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 07:54:29 PST 2021


ABataev added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:3891
+                          return VL0Ty == cast<GetElementPtrInst>(V)
+                                              ->getOperand(IndexIdx)
+                                              ->getType();
----------------
Orlando wrote:
> This is failing to build for me because `IndexIdx` isn't captured here.
Fixed already in cdf8a53c1d33ad79be857991fbe4e7e7ced71021


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