[PATCH] D78986: [PowerPC-QPX] adjust operands order of qpx vector fma instructions.
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 18:55:02 PDT 2020
steven.zhang added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrQPX.td:179
[(set v4f32:$FRT, (fma v4f32:$FRA, v4f32:$FRC, v4f32:$FRB))]>;
def QVFNMADD : AForm_1<4, 31,
(outs qfrc:$FRT), (ins qfrc:$FRA, qfrc:$FRB, qfrc:$FRC),
----------------
So what about the QVFNMADD ? And it would be great if you could post the ISA definition of QPX FMA instruction here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78986/new/
https://reviews.llvm.org/D78986
More information about the llvm-commits
mailing list