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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to