craig.topper added inline comments.

================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:933
+  if (!Subtarget.hasVInstructions())
+    IsStrictFPEnabled = true;
+
----------------
Setting this to true disables some code in SelectionDAGISel.cpp that make 
ISD::STRICT_* nodes compile even if the target hasn't done the work.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130311/new/

https://reviews.llvm.org/D130311

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

Reply via email to