Skip to content

Commit fb4b032

Browse files
author
klensy
committed
[skip ci] fix typo
1 parent e4db3f0 commit fb4b032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18396,7 +18396,7 @@ static SDValue performUADDVAddCombine(SDValue A, SelectionDAG &DAG) {
1839618396
EVT VT = A.getValueType();
1839718397
SDValue Op0 = A.getOperand(0);
1839818398
SDValue Op1 = A.getOperand(1);
18399-
if (Op0.getOpcode() != Op0.getOpcode() ||
18399+
if (Op0.getOpcode() != Op1.getOpcode() ||
1840018400
(Op0.getOpcode() != ISD::ZERO_EXTEND &&
1840118401
Op0.getOpcode() != ISD::SIGN_EXTEND))
1840218402
return SDValue();

0 commit comments

Comments
 (0)