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 3e12bc5 commit 5c8019cCopy full SHA for 5c8019c
src/transform/simplify.cc
@@ -465,7 +465,7 @@ class StmtSimplifier : public IRMutatorWithAnalyzer {
465
return std::move(store);
466
}
467
468
- Stmt VisitStmt_(const AttrStmtNode* op) override {
+ Stmt VisitStmt_(const AttrStmtNode *op) override {
469
if (op->attr_key == "tl.assume") {
470
PrimExpr condition = this->VisitExpr(Downcast<PrimExpr>(op->node));
471
auto n = CopyOnWrite(op);
0 commit comments