[LLVMbugs] [Bug 12720] New: third_party/llvm/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1048: void (anonymous namespace)::DAGCombiner::Run(llvm::CombineLevel): Assertion `N->getValueType(0) == RV.getValueType() && N->getNumValues() == 1 && "Type mismatch"' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 1 18:10:23 PDT 2012


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

             Bug #: 12720
           Summary: third_party/llvm/llvm/lib/CodeGen/SelectionDAG/DAGComb
                    iner.cpp:1048: void (anonymous
                    namespace)::DAGCombiner::Run(llvm::CombineLevel):
                    Assertion `N->getValueType(0) == RV.getValueType() &&
                    N->getNumValues() == 1 && "Type mismatch"' failed.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: matthewbg at google.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 8484
  --> http://llvm.org/bugs/attachment.cgi?id=8484
causes assertion failure

Assertion fails when compiling the attached code at -O2. Reduced from APR's
apr_strnatcmp.c.

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