[PATCH] D130692: [AArch64][SVE] Expand gather index to 32 bits instead of 64 bits

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 04:25:31 PDT 2022


paulwalker-arm added a comment.

@MattDevereau: I've recently landed D130533 <https://reviews.llvm.org/D130533> which I think can benefit you here.  Updating `isVectorShrinkable` so it first handles your explicit extension cases before it drops into the BUILD_VECTOR handling might do what you need.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130692/new/

https://reviews.llvm.org/D130692



More information about the llvm-commits mailing list