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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to