[LLVMbugs] [Bug 23278] New: Regression(r235232): `Assertion `C1->getType() == C2->getType() && "Operand types in binary constant expression should match"' failed.`

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Apr 18 09:51:12 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23278

            Bug ID: 23278
           Summary: Regression(r235232):  `Assertion `C1->getType() ==
                    C2->getType() && "Operand types in binary constant
                    expression should match"' failed.`
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Some chromium bots (upstream bug: http://crbug.com/478420) started failing to
compile with

clang-3.7:
/b/build/slave/ClangToTAndroidASan/build/src/third_party/llvm/lib/IR/Constants.cpp:1850:
static llvm::Constant* llvm::ConstantExpr::get(unsigned int, llvm::Constant*,
llvm::Constant*, unsigned int, llvm::Type*): Assertion `C1->getType() ==
C2->getType() && "Operand types in binary constant expression should match"'
failed.


The regression range is 235229:235232 (last good:first bad), and it happens on
non-arm bots too, so it's r235232

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150418/48722235/attachment.html>


More information about the llvm-bugs mailing list