https://llvm.org/bugs/show_bug.cgi?id=29101
Bug ID: 29101 Summary: LLC: Assertion failed after rev.274013 on AVX2. Product: tools Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: llc Assignee: unassignedb...@nondot.org Reporter: shishpanov2...@yandex.ru CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 17032 --> https://llvm.org/bugs/attachment.cgi?id=17032&action=edit reproducer With attached reproducer LLC from rev.274013 fails with: llc: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:942: void {anonymous}::SelectionDAGLegalize::LegalizeOp(llvm::SDNode*): Assertion `(TLI.getTypeAction(*DAG.getContext(), Op.getValueType()) == TargetLowering::TypeLegal || TLI.isTypeLegal(Op.getValueType()) || Op.getOpcode() == ISD::TargetConstant) && "Unexpected illegal type!"' failed. Key to launch: -mcpu=core-avx2 -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs