[PATCH] D72026: [X86] Add strict float for round operation
LiuChen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 31 01:31:02 PST 2019
LiuChen3 marked an inline comment as done.
LiuChen3 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:
> 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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72026/new/
https://reviews.llvm.org/D72026
More information about the llvm-commits
mailing list