summaryrefslogtreecommitdiff
path: root/examples/workflows/unflatten/library.cpp
AgeCommit message (Collapse)Author
2025-09-09Unflatten example: use source labels betterGlenn Smith
2025-08-20Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreateMark Rowe
Calls to `Workflow::Instance` that were looking up a built-in workflow name are updated to use `Workflow::Get`. Others use `Workflow::GetOrCreate`.
2025-08-01Support MLIL expr mappings in C++Glenn Smith
2025-08-01Add unflatten workflow example C++ portGlenn Smith