[llvm-bugs] [Bug 33928] New: After r308791 there are numerous est case failures in bootstrap build

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 25 09:09:23 PDT 2017


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

            Bug ID: 33928
           Summary: After r308791 there are numerous est case failures in
                    bootstrap build
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: seurer at linux.vnet.ibm.com
                CC: llvm-bugs at lists.llvm.org

You can see the failures here in the buildbot results:

http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/3289

Failures were occurring earlier but were masked by a compilation problem
introduced by an even earlier revision.

********************
Failing Tests (9):
    Clang :: CodeGen/avx512-reduceIntrin.c
    Clang :: CodeGen/avx512-reduceMinMaxIntrin.c
    Clang :: CodeGen/avx512f-builtins.c
    Clang :: CodeGen/vector-alignment.c
    Clang :: CodeGen/x86-inline-asm-v-constraint.c
    Clang :: CodeGen/x86_64-arguments.c
    Clang :: OpenMP/simd_metadata.c
    Clang :: Preprocessor/predefined-arch-macros.c
    Clang :: Preprocessor/x86_target_features.c

  Expected Passes    : 33554
  Expected Failures  : 178
  Unsupported Tests  : 938
  Unexpected Failures: 9


Some of the details:

FAIL: Clang :: CodeGen/avx512-reduceMinMaxIntrin.c (5240 of 34679)
******************** TEST 'Clang :: CodeGen/avx512-reduceMinMaxIntrin.c' FAILED
********************
Script:
--
/home/seurer/llvm/build/llvm-test/./bin/clang -cc1 -internal-isystem
/home/seurer/llvm/build/llvm-test/lib/clang/6.0.0/include -nostdsysteminc
-ffreestanding
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/avx512-reduceMinMaxIntrin.c
-O2 -triple=x86_64-apple-darwin -target-cpu skylake-avx512 -emit-llvm -o -
-Wall -Werror |/home/seurer/llvm/build/llvm-test/./bin/opt -instnamer -S
|/home/seurer/llvm/build/llvm-test/./bin/FileCheck
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/avx512-reduceMinMaxIntrin.c
--
Exit Code: 1

Command Output (stderr):
--
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/avx512-reduceMinMaxIntrin.c:9:12:
error: expected string not found in input
 // CHECK: %tmp = icmp slt <8 x i64> %shuffle1.i, %__W
           ^
<stdin>:11:2: note: scanning from here
 %tmp = icmp sgt <8 x i64> %__W, %shuffle1.i
 ^

--



******************** TEST 'Clang :: CodeGen/vector-alignment.c' FAILED
********************
Script:
--
/home/seurer/llvm/build/llvm-test/./bin/clang -cc1 -internal-isystem
/home/seurer/llvm/build/llvm-test/lib/clang/6.0.0/include -nostdsysteminc -w
-triple x86_64-apple-darwin10   -emit-llvm -o -
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c |
/home/seurer/llvm/build/llvm-test/./bin/FileCheck
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c
--check-prefix=ALL --check-prefix=SSE
/home/seurer/llvm/build/llvm-test/./bin/clang -cc1 -internal-isystem
/home/seurer/llvm/build/llvm-test/lib/clang/6.0.0/include -nostdsysteminc -w
-triple   i386-apple-darwin10   -emit-llvm -o -
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c |
/home/seurer/llvm/build/llvm-test/./bin/FileCheck
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c
--check-prefix=ALL --check-prefix=SSE
/home/seurer/llvm/build/llvm-test/./bin/clang -cc1 -internal-isystem
/home/seurer/llvm/build/llvm-test/lib/clang/6.0.0/include -nostdsysteminc -w
-triple x86_64-apple-darwin10 -target-feature +avx   -emit-llvm -o -
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c |
/home/seurer/llvm/build/llvm-test/./bin/FileCheck
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c
--check-prefix=ALL --check-prefix=AVX
/home/seurer/llvm/build/llvm-test/./bin/clang -cc1 -internal-isystem
/home/seurer/llvm/build/llvm-test/lib/clang/6.0.0/include -nostdsysteminc -w
-triple   i386-apple-darwin10 -target-feature +avx   -emit-llvm -o -
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c |
/home/seurer/llvm/build/llvm-test/./bin/FileCheck
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c
--check-prefix=ALL --check-prefix=AVX
/home/seurer/llvm/build/llvm-test/./bin/clang -cc1 -internal-isystem
/home/seurer/llvm/build/llvm-test/lib/clang/6.0.0/include -nostdsysteminc -w
-triple x86_64-apple-darwin10 -target-feature +avx512f   -emit-llvm -o -
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c |
/home/seurer/llvm/build/llvm-test/./bin/FileCheck
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c
--check-prefix=ALL --check-prefix=AVX512
/home/seurer/llvm/build/llvm-test/./bin/clang -cc1 -internal-isystem
/home/seurer/llvm/build/llvm-test/lib/clang/6.0.0/include -nostdsysteminc -w
-triple   i386-apple-darwin10 -target-feature +avx512f   -emit-llvm -o -
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c |
/home/seurer/llvm/build/llvm-test/./bin/FileCheck
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c
--check-prefix=ALL --check-prefix=AVX512
--
Exit Code: 1

Command Output (stderr):
--
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/vector-alignment.c:31:12:
error: expected string not found in input
// AVX512: @v3 {{.*}}, align 64
           ^
<stdin>:8:1: note: scanning from here
@v3 = common global <8 x double> zeroinitializer, align 32
^
<stdin>:11:41: note: possible intended match here
@v6 = common global <2 x double> zeroinitializer, align 64
                                        ^

--


FAIL: Clang :: CodeGen/avx512-reduceIntrin.c (5410 of 34679)
******************** TEST 'Clang :: CodeGen/avx512-reduceIntrin.c' FAILED
********************
Script:
--
/home/seurer/llvm/build/llvm-test/./bin/clang -cc1 -internal-isystem
/home/seurer/llvm/build/llvm-test/lib/clang/6.0.0/include -nostdsysteminc
-ffreestanding
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/avx512-reduceIntrin.c -O2
-triple=x86_64-apple-darwin -target-cpu skylake-avx512 -emit-llvm -o - -Wall
-Werror | /home/seurer/llvm/build/llvm-test/./bin/FileCheck
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/avx512-reduceIntrin.c
--
Exit Code: 1

Command Output (stderr):
--
/home/seurer/llvm/llvm-test/tools/clang/test/CodeGen/avx512-reduceIntrin.c:125:12:
error: expected string not found in input
 // CHECK: {{.*}} = bitcast <8 x i64> %__W to <16 x i32>
           ^
<stdin>:140:1: note: scanning from here
}
^
<stdin>:145:2: note: possible intended match here
 %1 = bitcast <8 x i64>* %0 to <16 x i32>*
 ^

--

-- 
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/20170725/fdcdbe54/attachment.html>


More information about the llvm-bugs mailing list