<html>
<head>
<base href="http://llvm.org/bugs/" />
</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 --- - r600: Assertion failed: i < getNumRegs() && "Register number out of range!", file <llvm>/include/llvm/MC/MCRegisterInfo.h, line 65"
href="http://llvm.org/bugs/show_bug.cgi?id=19931">19931</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>r600: Assertion failed: i < getNumRegs() && "Register number out of range!", file <llvm>/include/llvm/MC/MCRegisterInfo.h, line 65
</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>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</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>troshkovdanil@mail.ru
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>test.ll:
{code}
%struct.type = type { i64, i64 }
define void @f(%struct.type* noalias nocapture sret %agg.result, i64 %a, i64
%b) #0 {
entry:
%res.sroa.0.0.idx = getelementptr inbounds %struct.type* %agg.result, i32 0,
i32 0
store i64 %a, i64* %res.sroa.0.0.idx, align 8
%res.sroa.2.0.idx3 = getelementptr inbounds %struct.type* %agg.result, i32 0,
i32 1
store i64 %b, i64* %res.sroa.2.0.idx3, align 8
ret void
}
{code}
run:
{code}
<build>/Debug/bin/llc.EXE -march=r600 -mcpu=SI -verify-machineinstrs test.ll
{code}</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>