[LLVMbugs] [Bug 22078] New: CodeGen/PowerPC/bperm.ll fails on 32-bit host

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 1 08:35:45 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22078

            Bug ID: 22078
           Summary: CodeGen/PowerPC/bperm.ll fails on 32-bit host
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: hjl.tools at gmail.com
                CC: hfinkel at anl.gov, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

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

-- 
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/20150101/f99af86a/attachment.html>


More information about the llvm-bugs mailing list