github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 84744 tests passed
* 1117 tests skipped
* 5 tests failed

## Failed Tests
(click on a test name to see its output)

### Clang
<details>
<summary>Clang.CodeGen/X86/sse-builtins-constrained.c</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include
 -nostdsysteminc -x c -ffreestanding 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins-constrained.c
 -triple=x86_64-unknown-linux-gnu -target-feature +sse -emit-llvm -o - -Wall 
-Werror | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins-constrained.c
 --check-prefix=UNCONSTRAINED --check-prefix=COMMON --check-prefix=COMMONIR
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include
 -nostdsysteminc -x c -ffreestanding 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins-constrained.c
 -triple=x86_64-unknown-linux-gnu -target-feature +sse -emit-llvm -o - -Wall 
-Werror
# note: command had no output on stdout or stderr
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins-constrained.c
 --check-prefix=UNCONSTRAINED --check-prefix=COMMON --check-prefix=COMMONIR
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins-constrained.c:31:15:
 error: COMMONIR: expected string not found in input
# |  // COMMONIR: extractelement <4 x float> {{.*}}, i64 0
# |               ^
# | <stdin>:20:43: note: scanning from here
# | define dso_local <4 x float> @test_sqrt_ss(<4 x float> noundef %x) #0 {
# |                                           ^
# | <stdin>:28:14: note: possible intended match here
# |  %vecext.i = extractelement <4 x float> %1, i32 0
# |              ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins-constrained.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             .
# |             .
# |             .
# |            15:  %2 = call <4 x float> @llvm.sqrt.v4f32(<4 x float> %1) 
# |            16:  ret <4 x float> %2 
# |            17: } 
# |            18:  
# |            19: ; Function Attrs: noinline nounwind optnone 
# |            20: define dso_local <4 x float> @test_sqrt_ss(<4 x float> 
noundef %x) #0 { 
# | check:31'0                                               
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# |            21: entry: 
# | check:31'0     ~~~~~~~
# |            22:  %__a.addr.i = alloca <4 x float>, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            23:  %x.addr = alloca <4 x float>, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            24:  store <4 x float> %x, ptr %x.addr, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            25:  %0 = load <4 x float>, ptr %x.addr, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            26:  store <4 x float> %0, ptr %__a.addr.i, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            27:  %1 = load <4 x float>, ptr %__a.addr.i, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            28:  %vecext.i = extractelement <4 x float> %1, i32 0 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:31'1                  ?                                     possible 
intended match
# |            29:  %2 = call float @llvm.sqrt.f32(float %vecext.i) 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            30:  %3 = load <4 x float>, ptr %__a.addr.i, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            31:  %vecins.i = insertelement <4 x float> %3, float %2, i32 0 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            32:  store <4 x float> %vecins.i, ptr %__a.addr.i, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            33:  %4 = load <4 x float>, ptr %__a.addr.i, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             .
# |             .
# |             .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Clang.CodeGen/X86/sse-builtins.c</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include
 -nostdsysteminc -x c -flax-vector-conversions=none -ffreestanding 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins.c
 -triple=x86_64-apple-darwin -target-feature +sse -emit-llvm -o - -Wall -Werror 
| /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins.c
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include
 -nostdsysteminc -x c -flax-vector-conversions=none -ffreestanding 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins.c
 -triple=x86_64-apple-darwin -target-feature +sse -emit-llvm -o - -Wall -Werror
# note: command had no output on stdout or stderr
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins.c
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins.c:754:12:
 error: CHECK: expected string not found in input
# |  // CHECK: extractelement <4 x float> {{.*}}, i64 0
# |            ^
# | <stdin>:1825:36: note: scanning from here
# | define <4 x float> @test_mm_sqrt_ss(<4 x float> noundef %x) #0 {
# |                                    ^
# | <stdin>:1833:14: note: possible intended match here
# |  %vecext.i = extractelement <4 x float> %1, i32 0
# |              ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse-builtins.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |           1820:  %2 = call <4 x float> @llvm.sqrt.v4f32(<4 x float> %1) 
# |           1821:  ret <4 x float> %2 
# |           1822: } 
# |           1823:  
# |           1824: ; Function Attrs: noinline nounwind optnone 
# |           1825: define <4 x float> @test_mm_sqrt_ss(<4 x float> noundef %x) 
#0 { 
# | check:754'0                                        
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# |           1826: entry: 
# | check:754'0     ~~~~~~~
# |           1827:  %__a.addr.i = alloca <4 x float>, align 16 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           1828:  %x.addr = alloca <4 x float>, align 16 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           1829:  store <4 x float> %x, ptr %x.addr, align 16 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           1830:  %0 = load <4 x float>, ptr %x.addr, align 16 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           1831:  store <4 x float> %0, ptr %__a.addr.i, align 16 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           1832:  %1 = load <4 x float>, ptr %__a.addr.i, align 16 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           1833:  %vecext.i = extractelement <4 x float> %1, i32 0 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:754'1                  ?                                     possible 
intended match
# |           1834:  %2 = call float @llvm.sqrt.f32(float %vecext.i) 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           1835:  %3 = load <4 x float>, ptr %__a.addr.i, align 16 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           1836:  %vecins.i = insertelement <4 x float> %3, float %2, i32 0 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           1837:  store <4 x float> %vecins.i, ptr %__a.addr.i, align 16 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           1838:  %4 = load <4 x float>, ptr %__a.addr.i, align 16 
# | check:754'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |              .
# |              .
# |              .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Clang.CodeGen/X86/sse2-builtins-constrained.c</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include
 -nostdsysteminc -x c -ffreestanding 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins-constrained.c
 -triple=x86_64-unknown-linux-gnu -target-feature +sse2 -emit-llvm -o - -Wall 
-Werror | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins-constrained.c
 --check-prefix=UNCONSTRAINED --check-prefix=COMMON --check-prefix=COMMONIR
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include
 -nostdsysteminc -x c -ffreestanding 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins-constrained.c
 -triple=x86_64-unknown-linux-gnu -target-feature +sse2 -emit-llvm -o - -Wall 
-Werror
# note: command had no output on stdout or stderr
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins-constrained.c
 --check-prefix=UNCONSTRAINED --check-prefix=COMMON --check-prefix=COMMONIR
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins-constrained.c:31:15:
 error: COMMONIR: expected string not found in input
# |  // COMMONIR: extractelement <2 x double> {{.*}}, i64 0
# |               ^
# | <stdin>:20:44: note: scanning from here
# | define dso_local <2 x double> @test_sqrt_sd(<2 x double> noundef %x, <2 x 
double> noundef %y) #0 {
# |                                            ^
# | <stdin>:34:14: note: possible intended match here
# |  %vecext.i = extractelement <2 x double> %2, i32 0
# |              ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins-constrained.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             .
# |             .
# |             .
# |            15:  %2 = call <2 x double> @llvm.sqrt.v2f64(<2 x double> %1) 
# |            16:  ret <2 x double> %2 
# |            17: } 
# |            18:  
# |            19: ; Function Attrs: noinline nounwind optnone 
# |            20: define dso_local <2 x double> @test_sqrt_sd(<2 x double> 
noundef %x, <2 x double> noundef %y) #0 { 
# | check:31'0                                                
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# |            21: entry: 
# | check:31'0     ~~~~~~~
# |            22:  %__a.addr.i = alloca <2 x double>, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            23:  %__b.addr.i = alloca <2 x double>, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            24:  %.compoundliteral.i = alloca <2 x double>, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            25:  %x.addr = alloca <2 x double>, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             .
# |             .
# |             .
# |            29:  %0 = load <2 x double>, ptr %x.addr, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            30:  %1 = load <2 x double>, ptr %y.addr, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            31:  store <2 x double> %0, ptr %__a.addr.i, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            32:  store <2 x double> %1, ptr %__b.addr.i, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            33:  %2 = load <2 x double>, ptr %__b.addr.i, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            34:  %vecext.i = extractelement <2 x double> %2, i32 0 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:31'1                  ?                                      possible 
intended match
# |            35:  %3 = call double @llvm.sqrt.f64(double %vecext.i) 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            36:  %vecinit.i = insertelement <2 x double> poison, double %3, 
i32 0 
# | check:31'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            37:  %4 = load <2 x double>, ptr %__a.addr.i, align 16 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            38:  %vecext1.i = extractelement <2 x double> %4, i32 1 
# | check:31'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            39:  %vecinit2.i = insertelement <2 x double> %vecinit.i, double 
%vecext1.i, i32 1 
# | check:31'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             .
# |             .
# |             .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Clang.CodeGen/X86/sse2-builtins.c</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include
 -nostdsysteminc -x c -flax-vector-conversions=none -ffreestanding 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins.c
 -triple=x86_64-apple-darwin -target-feature +sse2 -emit-llvm -o - -Wall 
-Werror | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins.c
 --check-prefixes=CHECK,X64
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include
 -nostdsysteminc -x c -flax-vector-conversions=none -ffreestanding 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins.c
 -triple=x86_64-apple-darwin -target-feature +sse2 -emit-llvm -o - -Wall -Werror
# note: command had no output on stdout or stderr
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins.c
 --check-prefixes=CHECK,X64
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins.c:1443:12:
 error: CHECK: expected string not found in input
# |  // CHECK: extractelement <2 x double> %{{.*}}, i64 0
# |            ^
# | <stdin>:4145:37: note: scanning from here
# | define <2 x double> @test_mm_sqrt_sd(<2 x double> noundef %A, <2 x double> 
noundef %B) #0 {
# |                                     ^
# | <stdin>:4159:14: note: possible intended match here
# |  %vecext.i = extractelement <2 x double> %2, i32 0
# |              ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/X86/sse2-builtins.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |               .
# |               .
# |               .
# |            4140:  %2 = call <2 x double> @llvm.sqrt.v2f64(<2 x double> %1) 
# |            4141:  ret <2 x double> %2 
# |            4142: } 
# |            4143:  
# |            4144: ; Function Attrs: noinline nounwind optnone 
# |            4145: define <2 x double> @test_mm_sqrt_sd(<2 x double> noundef 
%A, <2 x double> noundef %B) #0 { 
# | check:1443'0                                         
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# |            4146: entry: 
# | check:1443'0     ~~~~~~~
# |            4147:  %__a.addr.i = alloca <2 x double>, align 16 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4148:  %__b.addr.i = alloca <2 x double>, align 16 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4149:  %.compoundliteral.i = alloca <2 x double>, align 16 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4150:  %A.addr = alloca <2 x double>, align 16 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |               .
# |               .
# |               .
# |            4154:  %0 = load <2 x double>, ptr %A.addr, align 16 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4155:  %1 = load <2 x double>, ptr %B.addr, align 16 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4156:  store <2 x double> %0, ptr %__a.addr.i, align 16 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4157:  store <2 x double> %1, ptr %__b.addr.i, align 16 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4158:  %2 = load <2 x double>, ptr %__b.addr.i, align 16 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4159:  %vecext.i = extractelement <2 x double> %2, i32 0 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:1443'1                  ?                                      
possible intended match
# |            4160:  %3 = call double @llvm.sqrt.f64(double %vecext.i) 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4161:  %vecinit.i = insertelement <2 x double> poison, double 
%3, i32 0 
# | check:1443'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4162:  %4 = load <2 x double>, ptr %__a.addr.i, align 16 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4163:  %vecext1.i = extractelement <2 x double> %4, i32 1 
# | check:1443'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            4164:  %vecinit2.i = insertelement <2 x double> %vecinit.i, 
double %vecext1.i, i32 1 
# | check:1443'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |               .
# |               .
# |               .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Clang.CodeGen/builtins-x86.c</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include
 -nostdsysteminc -DUSE_64 -triple x86_64-unknown-unknown -target-feature +fxsr 
-target-feature +avx -target-feature +xsaveopt -target-feature +xsaves 
-target-feature +xsavec -target-feature +mwaitx -target-feature +clzero 
-target-feature +shstk -target-feature +wbnoinvd -target-feature +cldemote 
-Wno-implicit-function-declaration -emit-llvm -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeGen/Output/builtins-x86.c.tmp
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/builtins-x86.c
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 
-internal-isystem 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/22/include
 -nostdsysteminc -DUSE_64 -triple x86_64-unknown-unknown -target-feature +fxsr 
-target-feature +avx -target-feature +xsaveopt -target-feature +xsaves 
-target-feature +xsavec -target-feature +mwaitx -target-feature +clzero 
-target-feature +shstk -target-feature +wbnoinvd -target-feature +cldemote 
-Wno-implicit-function-declaration -emit-llvm -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeGen/Output/builtins-x86.c.tmp
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/builtins-x86.c
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/builtins-x86.c:285:11:
 error: assigning to 'V4f' (vector of 4 'float' values) from incompatible type 
'int'
# |   285 |   tmp_V4f = __builtin_ia32_sqrtps(tmp_V4f);
# |       |           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/builtins-x86.c:286:11:
 error: assigning to 'V4f' (vector of 4 'float' values) from incompatible type 
'int'
# |   286 |   tmp_V4f = __builtin_ia32_sqrtss(tmp_V4f);
# |       |           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/builtins-x86.c:295:11:
 error: assigning to 'V2d' (vector of 2 'double' values) from incompatible type 
'int'
# |   295 |   tmp_V2d = __builtin_ia32_sqrtpd(tmp_V2d);
# |       |           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/builtins-x86.c:296:11:
 error: assigning to 'V2d' (vector of 2 'double' values) from incompatible type 
'int'
# |   296 |   tmp_V2d = __builtin_ia32_sqrtsd(tmp_V2d);
# |       |           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/builtins-x86.c:403:11:
 error: assigning to 'V4d' (vector of 4 'double' values) from incompatible type 
'int'
# |   403 |   tmp_V4d = __builtin_ia32_sqrtpd256(tmp_V4d);
# |       |           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/builtins-x86.c:404:11:
 error: assigning to 'V8f' (vector of 8 'float' values) from incompatible type 
'int'
# |   404 |   tmp_V8f = __builtin_ia32_sqrtps256(tmp_V8f);
# |       |           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 6 errors generated.
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken 
or flaky at HEAD), please open an issue at 
https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/165682
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to