[PATCH] D71370: [AArch64][SVE] Add integer arithmetic with immediate instructions.

Danilo Carvalho Grael via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 11:19:30 PST 2019


dancgr created this revision.
dancgr added reviewers: sdesmalen, huntergr, rengolin, efriedma, c-rhodes, mgudim, kmclaughlin.
Herald added subscribers: llvm-commits, psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.

Add pattern matching for the following instructions:

- add, sub, subr, sqadd, sqsub, uqadd, uqsub

This patch required complex patterns to match the immediate with optinal left shift.

I re-used the Select function from the other SVE repo to implement the complext pattern.

I plan on doing another patch to also match constant vector of the same immediate.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71370

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71370.233421.patch
Type: text/x-patch
Size: 28663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191211/575bfe81/attachment.bin>


More information about the llvm-commits mailing list