[PATCH] D105269: [X86] AVX512FP16 instructions enabling 6/6
LuoYuanke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 27 06:09:47 PDT 2021
LuoYuanke added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:47419
+ : X86ISD::VFCMADDC;
+ // FIXME: How we handle when FMF of FADD is different from CFMUL's?
+ CFmul = DAG.getNode(newOp, SDLoc(N), CVT, FAddOp1, CFmul.getOperand(0),
----------------
Sorry, I don't understand the comments. What does FMF mean?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105269/new/
https://reviews.llvm.org/D105269
More information about the cfe-commits
mailing list