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
mk_graph: remove is_local and add raw_stmts to RenderedBlock
Remove the unused is_local field from RenderedFunction since the
local/external distinction is already represented structurally in the
GraphBuilder API.
Add raw_stmts to RenderedBlock as an escape hatch for renderers that
need access to the underlying MIR statements in addition to the
pre-rendered strings.
0 commit comments