[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
Thu Jul 28 05:40:25 PDT 2022


DavidTruby updated this revision to Diff 448315.
DavidTruby added a comment.
Herald added a subscriber: ecnelises.

Add flag to test FCOPYSIGN nodes with differing argument types.

This patch now depends on D130370 <https://reviews.llvm.org/D130370> as a result.


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.448315.patch
Type: text/x-patch
Size: 63557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220728/fc31ed21/attachment.bin>


More information about the llvm-commits mailing list