[LLVMbugs] [Bug 24094] New: MIPS integrated assembler incorrectly warns for t4-t7 usage

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jul 12 05:06:57 PDT 2015


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

            Bug ID: 24094
           Summary: MIPS integrated assembler incorrectly warns for t4-t7
                    usage
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: MIPS
          Assignee: unassignedbugs at nondot.org
          Reporter: csdavec at swan.ac.uk
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

The N32 ABI (and Wikipedia and the implementation in GCC) name registers
$12-$15 $t4-$t7.  GCC, as an extension, allows $8-$11 to be referred to as
$t0-$t3 in all modes and as $a4-$17 in N modes.

Recent LLVM has introduced a regression, warning if $t4-$t7 are used and
suggesting that they be replaced with $t0-$t3.  This warning is the exact
inverse of a useful warning (suggesting that $t0-$t3 be replaced with $t4-$t7).

-- 
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/20150712/4e1896df/attachment.html>


More information about the llvm-bugs mailing list