[all-commits] [llvm/llvm-project] 398f29: [VE] Add vfmk intrinsic instructions
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Dec 9 07:08:41 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 398f29fbb08bbbf17714c88df05ebe14cce01c12
https://github.com/llvm/llvm-project/commit/398f29fbb08bbbf17714c88df05ebe14cce01c12
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
M llvm/lib/Target/VE/VEInstrVec.td
A llvm/test/CodeGen/VE/VELIntrinsics/vfmk.ll
Log Message:
-----------
[VE] Add vfmk intrinsic instructions
Add vfmk intrinsic instructions, a few pseudo instructions to expand
vfmk intrinsic using VM512 correctly, and regression tests.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D92758
More information about the All-commits
mailing list