[llvm-bugs] [Bug 24261] llc -stop-after/-start-after do not work with target passes

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jun 5 14:29:34 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=24261

Matthias Braun <matze at braunis.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Assignee|unassignedbugs at nondot.org   |matze at braunis.de

--- Comment #3 from Matthias Braun <matze at braunis.de> ---
This is caused by passes lacking INITIALIZE_PASS constructs or where the
initializeXXXPass() function is not called in time. We have fixed this for a
lot of passes now that .mir usage becomes more popular. There may still be some
issues left but I consider the current state good enough to close this PR.

-- 
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/20170605/f9f5c84c/attachment.html>


More information about the llvm-bugs mailing list