[llvm-bugs] [Bug 45448] New: [PowerPC] Assertion failure in PPCISelDAGToDAG

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Apr 6 10:20:19 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=45448

            Bug ID: 45448
           Summary: [PowerPC] Assertion failure in PPCISelDAGToDAG
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: v.churavy at gmail.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

Created attachment 23315
  --> https://bugs.llvm.org/attachment.cgi?id=23315&action=edit
Reduced test case

usr/tools/llc -filetype=obj --relocation-model=pic --code-model=medium -O3
bugpoint-reduced-simplified.ll 
llc:
/home/vchuravy/julia/deps/srccache/llvm-project-svn/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:4253:
bool mayUseP9Setb(llvm::SDNode*, const l
lvm::ISD::CondCode&, llvm::SelectionDAG*, bool&, bool&): Assertion
`(N->getSimpleValueType(0) == MVT::i64 || N->getSimpleValueType(0) == MVT::i32) 
&& "Expecting either i64 or i32 here."' failed.
PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash
backtrace.
Stack dump:
0.      Program arguments: usr/tools/llc -filetype=obj --relocation-model=pic
--code-model=medium -O3 bugpoint-reduced-simplified.ll 
1.      Running pass 'Function Pass Manager' on module
'bugpoint-reduced-simplified.ll'.
2.      Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on
function '@julia_tryparse_internal_45896'

-- 
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/20200406/07356938/attachment.html>


More information about the llvm-bugs mailing list