[PATCH] D105269: [X86] AVX512FP16 instructions enabling 6/6

Pengfei Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 27 07:11:21 PDT 2021


pengfei 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),
----------------
LuoYuanke wrote:
> RKSimon wrote:
> > LuoYuanke wrote:
> > > Sorry, I don't understand the comments. What does FMF mean?
> > fast math flags?
> I understand now. Thanks, Simon. :)
Yes.


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