<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 --- - CodeGen/PowerPC/bperm.ll fails on 32-bit host"
href="http://llvm.org/bugs/show_bug.cgi?id=22078">22078</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>CodeGen/PowerPC/bperm.ll fails on 32-bit host
</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>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>hjl.tools@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>hfinkel@anl.gov, llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>On Linux/ia32, I got
FAIL: LLVM :: CodeGen/PowerPC/bperm.ll (10815 of 20089)
******************** TEST 'LLVM :: CodeGen/PowerPC/bperm.ll' FAILED
********************
Script:
--
/export/build/gnu/llvm-clang-x86-bootstrap/debug/build-i686-linux/Debug+Asserts/bin/llc
-mcpu=pwr7 < /export/gnu/import/git/llvm/test/CodeGen/PowerPC/bperm.ll |
/export/build/gnu/llvm-clang-x86-bootstrap/debug/build-i686-linux/Debug+Asserts/bin/FileCheck
/export/gnu/import/git/llvm/test/CodeGen/PowerPC/bperm.ll
--
Exit Code: 1
Command Output (stderr):
--
/export/gnu/import/git/llvm/test/CodeGen/PowerPC/bperm.ll:25:14: error:
expected string not found in input
; CHECK-DAG: rldicl [[REG1:[0-9]+]], 3, 16, 0
^
<stdin>:30:2: note: scanning from here
.align 3
^
<stdin>:37:2: note: possible intended match here
rldicl 4, 3, 24, 0
^
/export/gnu/import/git/llvm/test/CodeGen/PowerPC/bperm.ll:48:14: error:
expected string not found in input
; CHECK-DAG: li [[REG1:[0-9]+]], 11375
^
<stdin>:60:2: note: scanning from here
.align 3
^
<stdin>:60:4: note: possible intended match here
.align 3
^
/export/gnu/import/git/llvm/test/CodeGen/PowerPC/bperm.ll:62:14: error:
expected string not found in input
; CHECK-DAG: lis [[REG1:[0-9]+]], 474
^
<stdin>:82:2: note: scanning from here
.align 3
^
<stdin>:89:7: note: possible intended match here
rldicl 3, 4, 58, 0
^
/export/gnu/import/git/llvm/test/CodeGen/PowerPC/bperm.ll:78:14: error:
expected string not found in input
; CHECK-DAG: lis [[REG1:[0-9]+]], 170
^
<stdin>:104:2: note: scanning from here
.align 3
^
<stdin>:111:7: note: possible intended match here
rldicl 3, 3, 34, 0
^
/export/gnu/import/git/llvm/test/CodeGen/PowerPC/bperm.ll:105:14: error:
expected string not found in input
; CHECK-DAG: lis [[REG1:[0-9]+]], 3703
^
<stdin>:146:2: note: scanning from here
.align 3
^
<stdin>:153:7: note: possible intended match here
rldicl 3, 4, 12, 0
^
/export/gnu/import/git/llvm/test/CodeGen/PowerPC/bperm.ll:150:14: error:
expected string not found in input
; CHECK-DAG: lis [[REG1:[0-9]+]], 4
^
<stdin>:210:2: note: scanning from here
.align 3
^
<stdin>:217:7: note: possible intended match here
rldicl 3, 3, 63, 0
^
/export/gnu/import/git/llvm/test/CodeGen/PowerPC/bperm.ll:168:14: error:
expected string not found in input
; CHECK-DAG: lis [[REG1:[0-9]+]], 1440
^
<stdin>:232:2: note: scanning from here
.align 3
^
<stdin>:244:4: note: possible intended match here
andis. 4, 4, 1440
^
/export/gnu/import/git/llvm/test/CodeGen/PowerPC/bperm.ll:189:14: error:
expected string not found in input
; CHECK-DAG: lis [[REG1:[0-9]+]], 1
^
<stdin>:257:2: note: scanning from here
.align 3
^
<stdin>:264:7: note: possible intended match here
rldicl 4, 3, 37, 0
^
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 245.76s
********************
Failing Tests (1):
LLVM :: CodeGen/PowerPC/bperm.ll</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>