[all-commits] [llvm/llvm-project] 23034a: [VE] Add vfsqrt, vfcmp, vfmax, and vfmin intrinsic...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Fri Dec 4 14:57:22 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23034a4a63e18672be33405f7951d60a0658e67b
https://github.com/llvm/llvm-project/commit/23034a4a63e18672be33405f7951d60a0658e67b
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-12-05 (Sat, 05 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/vfcmp.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vfmax.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vfmin.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vfsqrt.ll
Log Message:
-----------
[VE] Add vfsqrt, vfcmp, vfmax, and vfmin intrinsic instructions
Add vfsqrt, vfcmp, vfmax, and vfmin intrinsic instructions and
regression tests.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D92651
More information about the All-commits
mailing list