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

Simon Atanasyan <si...@atanasyan.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|CONFIRMED                   |RESOLVED

--- Comment #3 from Simon Atanasyan <si...@atanasyan.com> ---
It does not make a sense to take an address of intrinsic function. There is an
assertion in the code which checks that condition. Also LLVM does not allow to
invoke an intrinsic other than donothing, patchpoint, statepoint, coro_resume
or coro_destroy.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to