Skip to content

Commit 56c20d0

Browse files
joker-ephgithub-actions[bot]
authored andcommitted
Automerge: [MLIR] Apply clang-tidy fixes for llvm-qualified-auto in ConvertVectorToLLVM.cpp (NFC)
2 parents f579b9a + 6a916f4 commit 56c20d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@ struct VectorDeinterleaveOpLowering
18531853
"DeinterleaveOp not rank 1");
18541854

18551855
if (resultType.isScalable()) {
1856-
auto llvmTypeConverter = this->getTypeConverter();
1856+
const auto *llvmTypeConverter = this->getTypeConverter();
18571857
auto deinterleaveResults = deinterleaveOp.getResultTypes();
18581858
auto packedOpResults =
18591859
llvmTypeConverter->packOperationResults(deinterleaveResults);

0 commit comments

Comments
 (0)