We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e3bcd commit 4ada42eCopy full SHA for 4ada42e
mlir/lib/Conversion/XeVMToLLVM/XeVMToLLVM.cpp
@@ -290,7 +290,7 @@ static LLVM::CallOp createDeviceFunctionCall(
290
ArrayRef<Type> argTypes, ArrayRef<Value> args,
291
mlir::ArrayRef<std::pair<unsigned, mlir::StringRef>> paramAttrs,
292
LLVMFuncAttributeOptions funcAttributeOptions, Operation *op) {
293
- auto moduleOp = op->getParentWithTrait<OpTrait::SymbolTable>();
+ auto *moduleOp = op->getParentWithTrait<OpTrait::SymbolTable>();
294
assert(moduleOp && "Expecting module");
295
Location loc = op->getLoc();
296
0 commit comments