[LLVMbugs] [Bug 11615] New: MIPS backend generates unaligned zero stores

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 19 03:13:11 PST 2011


http://llvm.org/bugs/show_bug.cgi?id=11615

             Bug #: 11615
           Summary: MIPS backend generates unaligned zero stores
           Product: libraries
           Version: trunk
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: MIPS
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: mans at mansr.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 7761
  --> http://llvm.org/bugs/attachment.cgi?id=7761
Handle unaligned addresses in zero-store pattern

The MIPS backend has a special pattern for storing zeros using the zero
register. This fails to properly handle unaligned addresses.  The attached
patch fixes this.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list