You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplese approach would probably be to implement an IR transformation working on "slotted" IR to produce something equivalent to its "unslotted" version, but with the relevant Vars replaced by a new NamedVar type containing the name as well, and apply it right after or before explicitbranch!.
The question is how to get them out of the
IR
objects, and where to put them.The text was updated successfully, but these errors were encountered: