[PATCH] D69531: [AArch64][SVE] Add multiply and add/sub patterns and intrinsics
Danilo Carvalho Grael via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 13:33:11 PDT 2019
dancgr created this revision.
dancgr added reviewers: huntergr, rengolin, sdesmalen, amehsan.
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:
- mad, sad, mla, mls
Repository:
rL LLVM
https://reviews.llvm.org/D69531
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-mad-pred.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69531.226743.patch
Type: text/x-patch
Size: 17233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191028/bbdbcbea/attachment.bin>
More information about the llvm-commits
mailing list