[PATCH] D118345: [AArch64][SVE] Fold gather/scatter with 32bits when possible

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 31 07:59:01 PST 2022


david-arm added a comment.

Just as a suggestion, perhaps it's worth changing the title of this patch so that it's different to D117900 <https://reviews.llvm.org/D117900>? It can be a bit confusing otherwise trying to review them! You could change it to something like:

[AArch64][SVE] Fold gather/scatter with 32bits when possible (Part 2)

or

[AArch64][SVE] Add more folds to make use of gather/scatter with 32-bit indices

?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118345



More information about the llvm-commits mailing list