[all-commits] [llvm/llvm-project] b29916: [AArch64][SVE] Integer reduction instructions patt...
amehsan via All-commits
all-commits at lists.llvm.org
Thu Dec 5 07:11:12 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b29916cec3f45e5fb5efff5104acf142f348c724
https://github.com/llvm/llvm-project/commit/b29916cec3f45e5fb5efff5104acf142f348c724
Author: Danilo Carvalho Grael <danilo.carvalho.grael at huawei.com>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
A llvm/test/CodeGen/AArch64/sve-int-reduce-pred.ll
Log Message:
-----------
[AArch64][SVE] Integer reduction instructions pattern/intrinsics.
Added pattern matching/intrinsics for the following SVE instructions:
-- saddv, uaddv
-- smaxv, sminv, umaxv, uminv
-- orv, eorv, andv
More information about the All-commits
mailing list