[PATCH] D108200: [llvm][sve] Lowering for VLS masked extending loads

David Truby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 1 05:43:35 PDT 2021


DavidTruby updated this revision to Diff 369908.
DavidTruby added a comment.

Modified new tests to use zeroinitializer rather than another loaded
pointer.

I will change all the remaining tests in this file and the equivalent
truncating store file to use this pattern instead if this is approved, 
but I don't want to clutter this review or commit with unrelated test 
changes so I'll do it as a separate commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108200

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-loads.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108200.369908.patch
Type: text/x-patch
Size: 21768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210901/f7595068/attachment.bin>


More information about the llvm-commits mailing list