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

Matt Devereau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 06:36:03 PDT 2022


MattDevereau updated this revision to Diff 454483.
MattDevereau added a comment.

These two tests currently have regressions:
`b/llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll:@masked_gather_32b_scaled_sext_f64`
`b/llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll:@masked_scatter_32b_scaled_sext_f64`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130692

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll
  llvm/test/CodeGen/AArch64/sve-gather-scatter-dag-combine.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130692.454483.patch
Type: text/x-patch
Size: 9518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220822/a768ba7b/attachment.bin>


More information about the llvm-commits mailing list