[llvm-bugs] [Bug 29052] New: 'ran out of registers' error when selecting mips32r6 as target.

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 19 02:28:55 PDT 2016


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

            Bug ID: 29052
           Summary: 'ran out of registers' error when selecting mips32r6
                    as target.
           Product: clang
           Version: trunk
          Hardware: Other
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: mike.k at pixelcarbide.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 16995
  --> https://llvm.org/bugs/attachment.cgi?id=16995&action=edit
self-contained test case.

LLVM: Revision 279223
Clang: Revision 279207

When compiling the attached source with the following options, I get the error
"ran out of registers during register allocation".

clang --std=c++14 -target mipsel -EL -mips32r6 -ffreestanding -c stdio.cpp

I can eliminate the error by removing -mips32r6

-- 
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/20160819/9767cdd1/attachment.html>


More information about the llvm-bugs mailing list