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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to