[all-commits] [llvm/llvm-project] dd0159: [VE] Add vand, vor, and vxor intrinsic instructions
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Dec 2 05:53:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dd0159bd814132473fceaba43b864c6db64c96ab
https://github.com/llvm/llvm-project/commit/dd0159bd814132473fceaba43b864c6db64c96ab
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-12-02 (Wed, 02 Dec 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
M llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
A llvm/test/CodeGen/VE/VELIntrinsics/vand.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vor.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vxor.ll
Log Message:
-----------
[VE] Add vand, vor, and vxor intrinsic instructions
Add vand, vor, and vxor intrinsic instructions and regression tests.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D92454
More information about the All-commits
mailing list