[LLVMbugs] [Bug 8699] New: Store of 3 constant bytes should be combined into one i24 store (regression)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Nov 26 09:31:35 PST 2010


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

           Summary: Store of 3 constant bytes should be combined into one
                    i24 store (regression)
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu


The element_copy.adb test from FrontendAda started failing some time ago.  The
numbers 2, 72 and 105 are stored into three consecutive bytes.  Previously this
was turned into one i24 store of 6899714, but no longer: running "opt
-std-compile-opts" on the attached testcase no longer performs this
optimization.

-- 
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