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

            Bug ID: 17884
           Summary: Assertion failed:
                    (Op.getValueType().getScalarType().getSizeInBits() ==
                    BitWidth && "Mask size mismatches value type size!"),
                    function SimplifyDemandedBits, file
                    TargetLowering.cpp, line 375.
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: Sparc
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

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

llc /tmp/object.ll

Assertion failed: (Op.getValueType().getScalarType().getSizeInBits() ==
BitWidth && "Mask size mismatches value type size!"), function
SimplifyDemandedBits, file TargetLowering.cpp, line 375.
Stack dump:
0.      Program arguments: /home/rdivacky/llvm/Release+Asserts/bin/llc
/tmp/object.ll 
1.      Running pass 'Function Pass Manager' on module '/tmp/object.ll'.
2.      Running pass 'SPARC DAG->DAG Pattern Instruction Selection' on function
'@_ZN14graphic_object8add_textEP9text_itemi'
Abort (core dumped)

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