[PATCH] D105486: [AArch64][SVE] Add ISel patterns for floating point compare with zero instructions

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 08:17:41 PDT 2021


bsmith created this revision.
bsmith added reviewers: paulwalker-arm, peterwaller-arm, david-arm.
Herald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
bsmith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Additionally, lower the floating point compare SVE intrinsics to
SETCC_MERGE_ZERO ISD nodes to avoid duplicating ISel patterns.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105486

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-fcmp.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-fp-compares.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105486.356735.patch
Type: text/x-patch
Size: 50438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210706/8aa9fa20/attachment.bin>


More information about the llvm-commits mailing list