[PATCH] D147945: [AArch64] Add a basic pattern for FACGE and FACGT

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 08:31:34 PDT 2023


dmgreen created this revision.
dmgreen added reviewers: labrinea, bipmis, chill, jaykang10.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
dmgreen requested review of this revision.
Herald added a project: LLVM.

These instructions take the absolute of two values and perform a FCMGE/FCMGT between them. This patch adds some basic patterns for them.


https://reviews.llvm.org/D147945

Files:
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/test/CodeGen/AArch64/vacg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147945.512156.patch
Type: text/x-patch
Size: 6795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230410/8a84ad73/attachment.bin>


More information about the llvm-commits mailing list