[PATCH] D128642: [AArch64][SVE] Use SVE for VLS fcopysign for wide vectors

David Truby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 03:59:01 PDT 2022


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

Changed fixed-length lowering to rely on scalable lowering.
Removed redundant code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128642

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-fcopysign.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-fcopysign.ll
  llvm/test/CodeGen/AArch64/sve2-fcopysign.ll
  llvm/test/CodeGen/AArch64/sve2-fixed-length-fcopysign.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128642.449254.patch
Type: text/x-patch
Size: 63793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220802/1e7a811f/attachment.bin>


More information about the llvm-commits mailing list