[llvm-bugs] [Bug 37934] Invalid wasm signature for varargs functions that that fp128

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jun 25 20:19:48 PDT 2018


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

Dan Gohman <dan433584 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dan Gohman <dan433584 at gmail.com> ---
Yes, when a function had a non-legal argument like fp128 or i128, which would
get split into multiple legalized arguments, the vararg lowering code
incorrectly calculated the number of fixed arguments after legalization. Fixed
in r335576.

-- 
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/20180626/09819ee2/attachment.html>


More information about the llvm-bugs mailing list