[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-bugs
Subject:    [LLVMbugs] [Bug 7270] New: DSE wrongly eliminates store,
From:       bugzilla-daemon () llvm ! org
Date:       2010-05-31 15:39:00
Message-ID: bug-7270-206 () http ! llvm ! org/bugs/
[Download RAW message or body]

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

           Summary: DSE wrongly eliminates store, related to byval
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs@nondot.org
        ReportedBy: baldrick@free.fr
                CC: llvmbugs@cs.uiuc.edu


Created an attachment (id=4955)
 --> (http://llvm.org/bugs/attachment.cgi?id=4955)
testcase .ll

This miscompilation occurs when building LLVM with dragonegg on x86-32.

Before running dse, the incoming parameters %arg1 and %arg2 are copied to
the locals %CS1 and %CS2, and then %CS1 and %CS2 are passed as the call
parameters to _ZN4llvm13AliasAnalysis13getModRefInfoENS_8CallSiteES1_.
After running "opt -dse", the copies are no longer made, and the uninitialized
values of %CS1 and %CS2 are passed instead.

-- 
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
LLVMbugs@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic