Displaying 1 result from an estimated 1 matches for "c5e12f70".
2019 Jun 27
3
Status of the New Pass Manager
Hi all,
When writing new passes we currently have two pass manager interfaces to
consider. In many cases we resort to implementing both interfaces because
the NPM is not enabled by default while we want our pass to be enabled by
default.
It is my understanding that the new pass manager interface is going to
replace the old one soon. However, it is not clear to me if anyone is
actively working on