Skip to content

Commit 094a3aa

Browse files
davemgreengithub-actions[bot]
authored andcommitted
Automerge: [AArch64] Remove unnecessary DL variable. NFC
2 parents c24143d + 8583882 commit 094a3aa

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)