[LLVMbugs] [Bug 6195] New: instcombine crash: " replaceAllUses of value with new value of different type!"

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Feb 1 06:40:23 PST 2010


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

           Summary: instcombine crash: "replaceAllUses of value with new
                    value of different type!"
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu


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

$ opt -instcombine -disable-output simd-4.ll
opt: llvm/lib/VMCore/Value.cpp:317: void
llvm::Value::replaceAllUsesWith(llvm::Value*): Assertion `New->getType() ==
getType() && "replaceAllUses of value with new value of different type!"'
failed.
...


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