[all-commits] [llvm/llvm-project] e55b53: [AArch64][SVE] Add remaining patterns and intrinsi...
dancgr via All-commits
all-commits at lists.llvm.org
Wed Nov 6 18:17:30 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e55b536d7d810393f0a03c800e8263d83926090c
https://github.com/llvm/llvm-project/commit/e55b536d7d810393f0a03c800e8263d83926090c
Author: Danilo Carvalho Grael <dancgr at gmail.com>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/CodeGen/AArch64/sve-int-arith-pred.ll
A llvm/test/CodeGen/AArch64/sve-int-div-pred.ll
A llvm/test/CodeGen/AArch64/sve-int-log-pred.ll
A llvm/test/CodeGen/AArch64/sve-int-mad-pred.ll
A llvm/test/CodeGen/AArch64/sve-int-mul-pred.ll
Log Message:
-----------
[AArch64][SVE] Add remaining patterns and intrinsics for add/sub/mad patterns
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
https://reviews.llvm.org/D69588
More information about the All-commits
mailing list