Skip to content

Commit 8583882

Browse files
committed
[AArch64] Remove unnecessary DL variable. NFC
1 parent 075cb69 commit 8583882

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6369,7 +6369,6 @@ bool AArch64TTIImpl::isProfitableToSinkOperands(
63696369
// the backend to generate a umull.
63706370
unsigned Bitwidth = I->getType()->getScalarSizeInBits();
63716371
APInt UpperMask = APInt::getHighBitsSet(Bitwidth, Bitwidth / 2);
6372-
const DataLayout &DL = I->getDataLayout();
63736372
if (!MaskedValueIsZero(OperandInstr, UpperMask, DL))
63746373
continue;
63756374
NumZExts++;

0 commit comments

Comments
 (0)