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
Every op is emitted with Location::unknown (see the TODO in solx-mlir's Context::location). Wire slang node locations into op emission so IR dumps and diagnostics carry provenance, like the C++ frontend's getLoc(node).
Every op is emitted with
Location::unknown(see the TODO in solx-mlir'sContext::location). Wire slang node locations into op emission so IR dumps and diagnostics carry provenance, like the C++ frontend'sgetLoc(node).