[llvm-bugs] [Bug 46610] New pass manager doesn't support optnone and opt-bisect
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Dec 20 14:04:53 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=46610
Arthur Eubanks <aeubanks at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #12 from Arthur Eubanks <aeubanks at google.com> ---
https://reviews.llvm.org/D92897 makes the NPM's opt-bisect implementation use a
global counter like the legacy PM, now it works through all pass managers.
That should be optnone and opt-bisect done :)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201220/df8fdf2a/attachment.html>
More information about the llvm-bugs
mailing list