Skip to content

Commit d1289ca

Browse files
committed
[RISCV][NFC] clang-format a comment into 80 columns
1 parent cdb6ba5 commit d1289ca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16542,10 +16542,11 @@ static SDValue expandMul(SDNode *N, SelectionDAG &DAG,
1654216542
if (Subtarget.hasVendorXqciac() && isInt<12>(CNode->getSExtValue()))
1654316543
return SDValue();
1654416544

16545-
// WARNING: The code below is knowingly incorrect with regards to undef semantics.
16546-
// We're adding additional uses of X here, and in principle, we should be freezing
16547-
// X before doing so. However, adding freeze here causes real regressions, and no
16548-
// other target properly freezes X in these cases either.
16545+
// WARNING: The code below is knowingly incorrect with regards to undef
16546+
// semantics. We're adding additional uses of X here, and in principle, we
16547+
// should be freezing X before doing so. However, adding freeze here causes
16548+
// real regressions, and no other target properly freezes X in these cases
16549+
// either.
1654916550
if (Subtarget.hasShlAdd(3)) {
1655016551
SDValue X = N->getOperand(0);
1655116552
int Shift;

0 commit comments

Comments
 (0)