[PATCH] D107608: [AArch64] Implement FCOPYSIGN for SVE.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 5 15:37:02 PDT 2021


efriedma created this revision.
efriedma added reviewers: sdesmalen, paulwalker-arm.
Herald added subscribers: hiraditya, kristof.beyls, tschuett.
efriedma requested review of this revision.
Herald added a project: LLVM.

I was originally going to try to implement this in target-independent code, but it's actually sort of tricky to generate the correct sequence for vectors like nxv2f32.  So just stick this in target-specific code, at least for now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107608

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-fcopysign.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107608.364640.patch
Type: text/x-patch
Size: 11015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210805/82aa97a5/attachment.bin>


More information about the llvm-commits mailing list