-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Description
| Bugzilla Link | 33928 |
| Resolution | FIXED |
| Resolved on | Aug 03, 2017 09:32 |
| Version | trunk |
| OS | Linux |
| Blocks | #33196 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo,@erichkeane,@zmodem,@nemanjai |
Extended Description
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
^
: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
^
:8:1: note: scanning from here
@v3 = common global <8 x double> zeroinitializer, align 32
^
: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>
^
:140:1: note: scanning from here
}
^
:145:2: note: possible intended match here
%1 = bitcast <8 x i64> %0 to <16 x i32>*
^
--