Internals: Carry 'with' clause as op4 on AstNodeFTaskRef (#7114)

op4 is now available to carry the 'with' clause explicitly instead of
being part of the argument lit. Will strengthen 'pinsp' to be
List[AstArg] next.
This commit is contained in:
Geza Lore
2026-02-22 09:15:28 +00:00
committed by GitHub
parent 03ed6a5bd3
commit e023113b79
12 changed files with 100 additions and 105 deletions
+1
View File
@@ -505,6 +505,7 @@ class SplitUnpackedVarVisitor final : public VNVisitor, public SplitVarImpl {
}
m_foundTargetVar.clear();
}
if (nodep->withp()) iterate(nodep->withp());
}
void visit(AstPin* nodep) override {
UINFO(5, nodep->modVarp()->prettyNameQ() << " pin ");