[LLVMbugs] [Bug 17884] New: Assertion failed: (Op.getValueType().getScalarType().getSizeInBits() == BitWidth && "Mask size mismatches value type size!"), function SimplifyDemandedBits, file TargetLowering.cpp, line 375.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 11 13:54:05 PST 2013


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: unassignedbugs at nondot.org
          Reporter: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131111/edddc7f8/attachment.html>


More information about the llvm-bugs mailing list