[all-commits] [llvm/llvm-project] 67dbc8: [VE] Add vfmad, vfmsb, vfnmad, and vfnmsb intrinsi...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Dec 7 02:28:40 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67dbc8195d3f3c89a1b306fa6d699ae110bf67b7
https://github.com/llvm/llvm-project/commit/67dbc8195d3f3c89a1b306fa6d699ae110bf67b7
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-12-07 (Mon, 07 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/vfmad.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vfmsb.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vfnmad.ll
A llvm/test/CodeGen/VE/VELIntrinsics/vfnmsb.ll
Log Message:
-----------
[VE] Add vfmad, vfmsb, vfnmad, and vfnmsb intrinsic instructions
Add vfmad, vfmsb, vfnmad, and vfnmsb intrinsic instructions and
regression tests.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D92697
More information about the All-commits
mailing list