[PATCH] D79975: [AArch64][SVE] Implement AArch64ISD::SETCC_PRED

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 17:58:58 PDT 2020


efriedma created this revision.
efriedma added reviewers: sdesmalen, kmclaughlin.
Herald added subscribers: danielkiss, psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.

This unifies SETCC operations along the lines of other operations.

Added test coverage for general IR icmp; we have existing test coverage for icmp with immediate.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79975

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-intrinsics-int-compares.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79975.264133.patch
Type: text/x-patch
Size: 35735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200515/9a0909c4/attachment-0001.bin>


More information about the llvm-commits mailing list