<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - [PowerPC] Assertion failure in PPCISelDAGToDAG"
href="https://bugs.llvm.org/show_bug.cgi?id=45448">45448</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[PowerPC] Assertion failure in PPCISelDAGToDAG
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>v.churavy@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=23315" name="attach_23315" title="Reduced test case">attachment 23315</a> <a href="attachment.cgi?id=23315&action=edit" title="Reduced test case">[details]</a></span>
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 <a href="https://bugs.llvm.org/">https://bugs.llvm.org/</a> 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'</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>