[PATCH] D134107: [VE] Change to expand FMA
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 17 04:01:51 PDT 2022
kaz7 created this revision.
kaz7 added a reviewer: efocht.
kaz7 added projects: LLVM, VE.
Herald added a subscriber: hiraditya.
Herald added a project: All.
kaz7 requested review of this revision.
Herald added a subscriber: llvm-commits.
VE has fused multiply-add instruction for only vector calculations. This
patch forces to expand scalar FMA to multiply and add instructions.
This patch also adds regression test.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134107
Files:
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/test/CodeGen/VE/Scalar/fma.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134107.460986.patch
Type: text/x-patch
Size: 9910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220917/e68647f3/attachment.bin>
More information about the llvm-commits
mailing list