[LLVMbugs] [Bug 23453] New: test/tools/gold/slp-vectorize.ll fails on i686 hosts

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu May 7 17:26:48 PDT 2015


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

            Bug ID: 23453
           Summary: test/tools/gold/slp-vectorize.ll fails on i686 hosts
           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: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

i686-linux host doesn't have SSE2 and tools/gold/slp-vectorize.ll
fails:

FAIL: LLVM :: tools/gold/slp-vectorize.ll (22043 of 24537)
******************** TEST 'LLVM :: tools/gold/slp-vectorize.ll' FAILED
********************
Script:
--
/export/build/gnu/llvm-clang-x86-bootstrap-cmake/stage1/build-i686-linux/./bin/llvm-as
/export/gnu/import/git/llvm/test/tools/gold/slp-vectorize.ll -o
/export/build/gnu/llvm-clang-x86-bootstrap-cmake/stage1/build-i686-linux/test/tools/gold/Output/slp-vectorize.ll.tmp.o
/usr/local32/bin/ld.gold -plugin
/export/build/gnu/llvm-clang-x86-bootstrap-cmake/stage1/build-i686-linux/./lib/LLVMgold.so
    --plugin-opt=save-temps     -shared
/export/build/gnu/llvm-clang-x86-bootstrap-cmake/stage1/build-i686-linux/test/tools/gold/Output/slp-vectorize.ll.tmp.o
-o
/export/build/gnu/llvm-clang-x86-bootstrap-cmake/stage1/build-i686-linux/test/tools/gold/Output/slp-vectorize.ll.tmp2.o
/export/build/gnu/llvm-clang-x86-bootstrap-cmake/stage1/build-i686-linux/./bin/llvm-dis
/export/build/gnu/llvm-clang-x86-bootstrap-cmake/stage1/build-i686-linux/test/tools/gold/Output/slp-vectorize.ll.tmp2.o.opt.bc
-o - |
/export/build/gnu/llvm-clang-x86-bootstrap-cmake/stage1/build-i686-linux/./bin/FileCheck
/export/gnu/import/git/llvm/test/tools/gold/slp-vectorize.ll
--
Exit Code: 1

Command Output (stderr):
--
/export/gnu/import/git/llvm/test/tools/gold/slp-vectorize.ll:9:10: error:
expected string not found in input
; CHECK: fadd <4 x float>
         ^
<stdin>:1:1: note: scanning from here
; ModuleID =
'/export/build/gnu/llvm-clang-x86-bootstrap-cmake/stage1/build-i686-linux/test/tools/gold/Output/slp-vectorize.ll.tmp2.o.opt.bc'
^
<stdin>:8:3: note: possible intended match here
 %add = fadd float %tmp, 1.000000e+00
  ^

--

-- 
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/20150508/1730e413/attachment.html>


More information about the llvm-bugs mailing list