[LLVMbugs] [Bug 8740] New: dse can be too eager

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Dec 5 20:36:05 PST 2010


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

           Summary: dse can be too eager
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Scalar Optimizations
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: tom.prince at ualberta.net
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=5873)
 --> (http://llvm.org/bugs/attachment.cgi?id=5873)
llvm IR that breaks dse.

Running the attached llvm ir with lli gives
-10
-10
-30
with opt -basicaa -dse | lli gives
-10
-10
-10

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