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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 31 08:44:08 PST 2019


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:932
+                              {N->getOperand(0), N->getOperand(1),
+                               CurDAG->getTargetConstant(Imm, dl, MVT::i8)});
+      else
----------------
LiuChen3 wrote:
> LiuChen3 wrote:
> > craig.topper wrote:
> > > This is intented one extra space.
> > Hi, Craig. I think the format is right.
> I used clang-format to modify the format.
sorry. You’re right. I got confused by the braces.


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

https://reviews.llvm.org/D72026





More information about the llvm-commits mailing list