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 5695b35 commit 71b8598Copy full SHA for 71b8598
src/jit/mlir.cpp
@@ -312,7 +312,7 @@ uint64_t DepManager::handleResult(::mlir::OpBuilder &builder) {
312
int vtExeSym, vtSHARPYClass;
313
VT(VT_classdef, "sharpy", &vtSHARPYClass);
314
VT(VT_funcdef, "execute", vtSHARPYClass, &vtExeSym);
315
- auto s = builder.create<::mlir::arith::ConstantOp>(
+ ::mlir::Value s = builder.create<::mlir::arith::ConstantOp>(
316
loc, builder.getI32IntegerAttr(vtExeSym));
317
auto end = builder.create<::mlir::func::CallOp>(
318
builder.getUnknownLoc(), "VT_end",
0 commit comments