[llvm-bugs] [Bug 36546] New: GlobalOpt breaks musttail invariant

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Feb 27 21:51:22 PST 2018


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

            Bug ID: 36546
           Summary: GlobalOpt breaks musttail invariant
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Interprocedural Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: fedor at indutny.com
                CC: llvm-bugs at lists.llvm.org

GlobalOpt changes calling convention of musttail call sites, thus violating the
invariant that musttail calls require: matching signatures and cconv.

I'll probably look into it tomorrow myself.

-- 
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/20180228/d27b9954/attachment.html>


More information about the llvm-bugs mailing list