[clang] [CIR] Upstream CIR codegen for insert x86 builtins (PR #170924)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 7 08:18:21 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 85759 tests passed
* 754 tests skipped
* 14 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx-builtins.c</summary>
```
Exit Code: 70
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/CIR/CodeGenBuiltins/X86/avx-builtins.c -triple=x86_64-unknown-linux -target-feature +avx -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx-builtins.c.tmp.cir -Wall -Werror
# 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/CIR/CodeGenBuiltins/X86/avx-builtins.c -triple=x86_64-unknown-linux -target-feature +avx -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx-builtins.c.tmp.cir -Wall -Werror
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c":90:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c":105:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c":120:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c</summary>
```
Exit Code: 70
Command Output (stdout):
--
# RUN: at line 4
/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 -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c -triple=x86_64-unknown-linux -target-feature +avx -disable-O0-optnone -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx-shuffle-builtins.c.tmp.cir | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -S -passes=mem2reg
# 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 -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c -triple=x86_64-unknown-linux -target-feature +avx -disable-O0-optnone -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx-shuffle-builtins.c.tmp.cir
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":40:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":64:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":84:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":104:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":133:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":162:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -S -passes=mem2reg
# .---command stdout------------
# | ; ModuleID = '<stdin>'
# | source_filename = "<stdin>"
# `-----------------------------
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx2-builtins.c</summary>
```
Exit Code: 70
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/CIR/CodeGenBuiltins/X86/avx2-builtins.c -triple=x86_64-unknown-linux -target-feature +avx2 -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx2-builtins.c.tmp.cir -Wall -Werror
# 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/CIR/CodeGenBuiltins/X86/avx2-builtins.c -triple=x86_64-unknown-linux -target-feature +avx2 -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx2-builtins.c.tmp.cir -Wall -Werror
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c":43:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c":58:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx512dq-builtins.c</summary>
```
Exit Code: 70
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/CIR/CodeGenBuiltins/X86/avx512dq-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512dq -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512dq-builtins.c.tmp.cir -Wall -Werror
# 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/CIR/CodeGenBuiltins/X86/avx512dq-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512dq -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512dq-builtins.c.tmp.cir -Wall -Werror
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512dq-builtins.c":360:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512dq-builtins.c":372:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx512f-builtins.c</summary>
```
Exit Code: 70
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/CIR/CodeGenBuiltins/X86/avx512f-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512f -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512f-builtins.c.tmp.cir -Wall -Werror -Wsign-conversion
# 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/CIR/CodeGenBuiltins/X86/avx512f-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512f -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512f-builtins.c.tmp.cir -Wall -Werror -Wsign-conversion
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c":138:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c":162:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx512vl-builtins.c</summary>
```
Exit Code: 70
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 -flax-vector-conversions=none -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512f -target-feature +avx512vl -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512vl-builtins.c.tmp.cir -Wall -Werror -Wsign-conversion
# 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 -flax-vector-conversions=none -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512f -target-feature +avx512vl -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512vl-builtins.c.tmp.cir -Wall -Werror -Wsign-conversion
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c":211:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c":223:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx512vldq-builtins.c</summary>
```
Exit Code: 70
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 -flax-vector-conversions=none -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vldq-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512dq -target-feature +avx512vl -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512vldq-builtins.c.tmp.cir -Wall -Werror
# 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 -flax-vector-conversions=none -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vldq-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512dq -target-feature +avx512vl -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512vldq-builtins.c.tmp.cir -Wall -Werror
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vldq-builtins.c":18:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vldq-builtins.c":30:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx-builtins.c</summary>
```
Exit Code: 70
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/CIR/CodeGenBuiltins/X86/avx-builtins.c -triple=x86_64-unknown-linux -target-feature +avx -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx-builtins.c.tmp.cir -Wall -Werror
# 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/CIR/CodeGenBuiltins/X86/avx-builtins.c -triple=x86_64-unknown-linux -target-feature +avx -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx-builtins.c.tmp.cir -Wall -Werror
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c":90:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c":105:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c":120:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c</summary>
```
Exit Code: 70
Command Output (stdout):
--
# RUN: at line 4
/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 -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c -triple=x86_64-unknown-linux -target-feature +avx -disable-O0-optnone -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx-shuffle-builtins.c.tmp.cir | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -S -passes=mem2reg
# 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 -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c -triple=x86_64-unknown-linux -target-feature +avx -disable-O0-optnone -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx-shuffle-builtins.c.tmp.cir
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":40:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":64:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":84:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":104:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":133:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx-shuffle-builtins.c":162:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -S -passes=mem2reg
# .---command stdout------------
# | ; ModuleID = '<stdin>'
# | source_filename = "<stdin>"
# `-----------------------------
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx2-builtins.c</summary>
```
Exit Code: 70
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/CIR/CodeGenBuiltins/X86/avx2-builtins.c -triple=x86_64-unknown-linux -target-feature +avx2 -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx2-builtins.c.tmp.cir -Wall -Werror
# 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/CIR/CodeGenBuiltins/X86/avx2-builtins.c -triple=x86_64-unknown-linux -target-feature +avx2 -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx2-builtins.c.tmp.cir -Wall -Werror
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c":43:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c":58:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx512dq-builtins.c</summary>
```
Exit Code: 70
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/CIR/CodeGenBuiltins/X86/avx512dq-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512dq -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512dq-builtins.c.tmp.cir -Wall -Werror
# 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/CIR/CodeGenBuiltins/X86/avx512dq-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512dq -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512dq-builtins.c.tmp.cir -Wall -Werror
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512dq-builtins.c":360:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512dq-builtins.c":372:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx512f-builtins.c</summary>
```
Exit Code: 70
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/CIR/CodeGenBuiltins/X86/avx512f-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512f -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512f-builtins.c.tmp.cir -Wall -Werror -Wsign-conversion
# 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/CIR/CodeGenBuiltins/X86/avx512f-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512f -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512f-builtins.c.tmp.cir -Wall -Werror -Wsign-conversion
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c":138:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c":162:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx512vl-builtins.c</summary>
```
Exit Code: 70
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 -flax-vector-conversions=none -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512f -target-feature +avx512vl -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512vl-builtins.c.tmp.cir -Wall -Werror -Wsign-conversion
# 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 -flax-vector-conversions=none -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512f -target-feature +avx512vl -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512vl-builtins.c.tmp.cir -Wall -Werror -Wsign-conversion
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c":211:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c":223:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</details>
<details>
<summary>Clang.CIR/CodeGenBuiltins/X86/avx512vldq-builtins.c</summary>
```
Exit Code: 70
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 -flax-vector-conversions=none -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vldq-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512dq -target-feature +avx512vl -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512vldq-builtins.c.tmp.cir -Wall -Werror
# 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 -flax-vector-conversions=none -ffreestanding /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vldq-builtins.c -triple=x86_64-unknown-linux -target-feature +avx512dq -target-feature +avx512vl -fclangir -emit-cir -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGenBuiltins/X86/Output/avx512vldq-builtins.c.tmp.cir -Wall -Werror
# .---command stderr------------
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vldq-builtins.c":18:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | loc("/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGenBuiltins/X86/avx512vldq-builtins.c":30:10): error: 'cir.vec.shuffle' op failed to verify that all of {vec1, vec2} have same type
# | fatal error: CIR module verification error before running CIR-to-CIR passes
# `-----------------------------
# error: command failed with exit status: 70
--
```
</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/170924
More information about the cfe-commits
mailing list