[llvm-bugs] [Bug 42867] fatal error: error in backend: Cannot select: intrinsic %llvm.coro.resume when enabling the new pass manager

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Feb 18 22:47:01 PST 2020


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

Brian Gesiak <modocache at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassignedbugs at nondot.org   |modocache at gmail.com
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Brian Gesiak <modocache at gmail.com> ---
The stack of diffs ending with https://reviews.llvm.org/D71903 ports the C++20
aspects of the LLVM coroutine passes to classes compatible with the new pass
manager (it doesn't yet support Swift's "returned continuation" coroutines),
which should resolve this issue in LLVM trunk (and these will most likely be
included in the LLVM 11 release).

-- 
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/20200219/0deccad7/attachment.html>


More information about the llvm-bugs mailing list