[PATCH] D74328: [AArch64][SVE] Add addsub carry long instrinsics

Danilo Carvalho Grael via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 08:16:08 PST 2020


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

Add intrinsics for the following instructions:

- adclb, adclt, sbclb, sbclt


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74328

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve2-int-addsub-long.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74328.243570.patch
Type: text/x-patch
Size: 7710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200210/2fde6b7a/attachment.bin>


More information about the llvm-commits mailing list