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
As a follow on to #5024 , it would be helpful to be able to remove a particular pass (or set of passes) by their name or python class, so that one wouldn't have to first inspect the PassManager to find the index to remove. This would also allow for removals to be stable across changes in the ordering of the pass manager.
What is the expected enhancement?
As a follow on to #5024 , it would be helpful to be able to remove a particular pass (or set of passes) by their name or python class, so that one wouldn't have to first inspect the
PassManager
to find the index to remove. This would also allow for removals to be stable across changes in the ordering of the pass manager.This could look something like
and/or
and later
The text was updated successfully, but these errors were encountered: