[PATCH] D86249: [llvm][CodeGen] Do not scalarize `llvm.masked.[gather|scatter]` operating on scalable vectors.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 11 04:45:06 PDT 2020


fpetrogalli updated this revision to Diff 291187.
fpetrogalli added a comment.

@sdesmalen - I have moved the check outside the switch statement as discussed in our phone call.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86249

Files:
  llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
  llvm/lib/IR/Function.cpp
  llvm/test/CodeGen/AArch64/llvm-masked-gather-legal-for-sve.ll
  llvm/test/CodeGen/AArch64/llvm-masked-scatter-legal-for-sve.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86249.291187.patch
Type: text/x-patch
Size: 8851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200911/bda0678f/attachment.bin>


More information about the llvm-commits mailing list