Skip to content

Commit 06f9ffa

Browse files
authored
Fix unused variable (#66644)
1 parent 64839fb commit 06f9ffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ BitCastBitsEnumerator::BitCastBitsEnumerator(VectorType sourceVectorType,
256256
LDBG("targetVectorType: " << targetVectorType);
257257

258258
int64_t bitwidth = targetBitWidth * mostMinorTargetDim;
259+
(void) mostMinorSourceDim;
259260
assert(bitwidth == sourceBitWidth * mostMinorSourceDim &&
260261
"source and target bitwidths must match");
261262

0 commit comments

Comments
 (0)