<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - After r308791 there are numerous est case failures in bootstrap build"
href="https://bugs.llvm.org/show_bug.cgi?id=33928">33928</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>After r308791 there are numerous est case failures in bootstrap build
</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>enhancement
</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>seurer@linux.vnet.ibm.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>You can see the failures here in the buildbot results:
<a href="http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/3289">http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/3289</a>
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>*
^
--</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>