[LLVMbugs] [Bug 20383] New: aarch64 hit "Cannot BITCAST between types of different sizes!" assert in r213341

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jul 21 06:20:08 PDT 2014


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


More information about the llvm-bugs mailing list