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
Program is a move-only type, so passing by value enables callers to
transfer ownership via std::move and allows passes to return early
without cloning (e.g. the null-topology fast path just returns the
input directly).
Update PassManager to std::move programs between passes and adjust
test fixtures to use factory lambdas for repeated program creation.
0 commit comments