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

            Bug ID: 20383
           Summary: aarch64 hit "Cannot BITCAST between types of different
                    sizes!" assert in r213341
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: AArch64
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

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

Attached reduced test case hits following assert in r213341:

llc: /home/janne/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:2926:
llvm::SDValue llvm::SelectionDAG::getNode(unsigned int, llvm::SDLoc, llvm::EVT,
llvm::SDValue): Assertion `VT.getSizeInBits() ==
Operand.getValueType().getSizeInBits() && "Cannot BITCAST between types of
different sizes!"' failed.

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