[PATCH] D72026: [X86] Add strict float for round operation

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 30 22:22:40 PST 2019


craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.

LGTM with that one comment fixed.



================
Comment at: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:932
+                              {N->getOperand(0), N->getOperand(1),
+                               CurDAG->getTargetConstant(Imm, dl, MVT::i8)});
+      else
----------------
This is intented one extra space.


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

https://reviews.llvm.org/D72026





More information about the llvm-commits mailing list