Skip to content

Commit 325051f

Browse files
joker-ephaokblast
authored andcommitted
[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in XeGPUUtils.cpp (NFC)
1 parent 2f7753c commit 325051f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/XeGPU/Utils/XeGPUUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ xegpu::DistributeLayoutAttr xegpu::getDistributeLayoutAttr(const Value value) {
147147
}
148148

149149
if (auto arg = dyn_cast<BlockArgument>(value)) {
150-
auto parentOp = arg.getOwner()->getParentOp();
150+
auto *parentOp = arg.getOwner()->getParentOp();
151151
if (auto loop = dyn_cast<LoopLikeOpInterface>(parentOp)) {
152152
OpOperand *tiedInit = loop.getTiedLoopInit(arg);
153153
if (tiedInit)

0 commit comments

Comments
 (0)