[PATCH] D71779: [AArch64][SVE] Add patterns for signed and unsigned min/max instructions

Danilo Carvalho Grael via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 11:11:21 PST 2019


dancgr created this revision.
dancgr added reviewers: sdesmalen, huntergr, efriedma, c-rhodes, kmclaughlin.
Herald added subscribers: llvm-commits, psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.
dancgr retitled this revision from "[AArch64][SVE] Add patterns for some int arith instructions" to "[AArch64][SVE] Add patterns for signed and unsigned min/max instructions".

Add pattern matching for the following instructions:

- smax, smin, umax, umin


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71779

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/lib/Target/AArch64/AArch64InstrFormats.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-int-arith-imm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71779.234930.patch
Type: text/x-patch
Size: 25517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191220/98b84e85/attachment.bin>


More information about the llvm-commits mailing list