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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 6 09:43:50 PDT 2021


efriedma added a comment.

I'm not really paying attention to SVE2 at the moment, but I guess it's possible to use bsl there.

Like I note in the comments, it would be possible to use FNEG_MERGE_PASSTHRU... but fabs+cmp+fneg isn't really better than this sequence.  I briefly tried using VSELECT directly, but we're missing a bunch of combines to make that work well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107608



More information about the llvm-commits mailing list