Skip to content

Commit 2882560

Browse files
author
mattarde
committed
update comment and format
1 parent c8792ad commit 2882560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49521,8 +49521,8 @@ static SDValue combineCompareEqual(SDNode *N, SelectionDAG &DAG,
4952149521
// See X86ATTInstPrinter.cpp:printSSECC().
4952249522
unsigned x86cc = (cc0 == X86::COND_E) ? 0 : 4;
4952349523

49524-
// VCOMXSS simplifies conditional code sequence into single setcc node
49525-
// and a CC node, Earlier until COMI, it required 2 SETCC's
49524+
// VCOMXSS simplifies conditional code sequence into single setcc node.
49525+
// Earlier until COMI, it required upto 2 SETCC's to test CC.
4952649526
if (Subtarget.hasAVX10_2()) {
4952749527
return getSETCC(
4952849528
((cc0 == X86::COND_E) ? X86::COND_E : X86::COND_NE),

0 commit comments

Comments
 (0)