[PATCH] D69588: [AArch64][SVE] Add remaining patterns and intrinsics for add/sub/mad patterns

Danilo Carvalho Grael via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 15:19:35 PDT 2019


dancgr created this revision.
Herald added subscribers: llvm-commits, psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.

Add pattern matching and intrinsics for the following instructions:

- predicated orr, eor, and, bic
- predicated mul, smulh, umulh, sdiv, udiv, sdivr, udivr
- predicated smax, umax, smin, umin, sabd, uabd
- mad, msb, mla, mls


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69588

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-int-arith-pred.ll
  llvm/test/CodeGen/AArch64/sve-int-div-pred.ll
  llvm/test/CodeGen/AArch64/sve-int-log-pred.ll
  llvm/test/CodeGen/AArch64/sve-int-mad-pred.ll
  llvm/test/CodeGen/AArch64/sve-int-mul-pred.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69588.226978.patch
Type: text/x-patch
Size: 58006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191029/304e6755/attachment-0001.bin>


More information about the llvm-commits mailing list