[llvm-bugs] [Bug 38487] Invalid function signatures when inlining `this` into multiple parameters and there is inalloca parameters

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 10 00:37:01 PDT 2018


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

Gergely Nagy <ngg at tresorit.com> changed:

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

--- Comment #2 from Gergely Nagy <ngg at tresorit.com> ---
This patch unfortunately does not solve the issue.

Now the function signature is:
define internal x86_thiscallcc void @"?k at F@?A@@QAEXUY@@@Z"(i32 %this.0.0.val,
i32 %this.0.1.val, i32 %this.0.2.val, <{ %struct.Y }>   * inalloca)
unnamed_addr #0 align 2

This is still not callable, my example still fails with the same error message.

-- 
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/20180810/c243aa48/attachment.html>


More information about the llvm-bugs mailing list