Skip to content

Commit e1e0506

Browse files
committed
Fix bug in workspace_rewriter
1 parent 13612ba commit e1e0506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ir/workspace_rewriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct WorkspaceRewriter : ir::IRRewriter {
4040
}
4141
}
4242
}
43-
expr = GetProperty::make(tensor, op->property, op->mode, op->index, op->name);
43+
expr = op;
4444
}
4545

4646
void visit(const VarDecl* decl) {

0 commit comments

Comments
 (0)