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

            Bug ID: 15952
           Summary: Assertion `!areInvalidOperands(C, S1, S2) && "Invalid
                    operands for select"' failed
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Scalar Optimizations
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 10489
  --> http://llvm.org/bugs/attachment.cgi?id=10489&action=edit
bugpoint reduced test case

opt now crashes with:
llvm-trunk/include/llvm/IR/Instructions.h:1426: void
llvm::SelectInst::init(llvm::Value*, llvm::Value*, llvm::Value*): Assertion
`!areInvalidOperands(C, S1, S2) && "Invalid operands for select"' failed.

on the attached bugpoint-reduced input. I'm guessing that this is caused by:
r181216 - Provide InstCombines for the following 3 cases:

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