Skip to content

Commit 061d152

Browse files
author
Stephan Herhut
committed
[SVE] Fix unused variable.
Introduced by [SVE] Restrict the usage of REINTERPRET_CAST. Differential Revision: https://reviews.llvm.org/D94773
1 parent 0acc260 commit 061d152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17173,6 +17173,7 @@ SDValue AArch64TargetLowering::getSVESafeBitCast(EVT VT, SDValue Op,
1717317173
SDLoc DL(Op);
1717417174
EVT InVT = Op.getValueType();
1717517175
const TargetLowering &TLI = DAG.getTargetLoweringInfo();
17176+
(void)TLI;
1717617177

1717717178
assert(VT.isScalableVector() && TLI.isTypeLegal(VT) &&
1717817179
InVT.isScalableVector() && TLI.isTypeLegal(InVT) &&

0 commit comments

Comments
 (0)