[llvm-bugs] [Bug 30543] 4.0 Regression in llvm.powi.f64 lowering on ARM
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 28 07:38:46 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30543
Saleem Abdulrasool <compnerd at compnerd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Saleem Abdulrasool <compnerd at compnerd.org> ---
The front end needs to ensure that the declarations are marked with the correct
calling convention. The built in should be marked as aapcscc. This is a
frontend bug. You are changing calling conventions across the definition and
the implementation.
--
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/20160928/b061d3af/attachment.html>
More information about the llvm-bugs
mailing list