[llvm] [AMDGPU] Enable WMMA256bInsts + Wave32 for gfx1200/gfx1201 + SISchedule fix + TargetParser gfx1200 propagation (PR #202093)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 12:10:00 PDT 2026


github-actions[bot] wrote:

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

* 175329 tests passed
* 3449 tests skipped
* 3 tests failed

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

### LLVM
<details>
<summary>LLVM.CodeGen/AMDGPU/llvm.amdgcn.sched.group.barrier.gfx12.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=amdgcn -mcpu=gfx1200 -misched-cluster=0 < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sched.group.barrier.gfx12.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=GCN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sched.group.barrier.gfx12.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mtriple=amdgcn -mcpu=gfx1200 -misched-cluster=0
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=GCN /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sched.group.barrier.gfx12.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sched.group.barrier.gfx12.ll:12:13: error: GCN-NEXT: expected string not found in input
# | ; GCN-NEXT: v_lshlrev_b32_e32 v0, 4, v0
# |             ^
# | <stdin>:18:33: note: scanning from here
# |  s_load_b64 s[0:1], s[4:5], 0x24
# |                                 ^
# | <stdin>:19:32: note: possible intended match here
# |  v_dual_mov_b32 v33, 0 :: v_dual_lshlrev_b32 v0, 4, v0
# |                                ^
# | 
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sched.group.barrier.gfx12.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            .
# |            .
# |            .
# |           13:  .globl test_sched_group_barrier_pipeline_SWMMAC_cluster ; -- Begin function test_sched_group_barrier_pipeline_SWMMAC_cluster 
# |           14:  .p2align 8 
# |           15:  .type test_sched_group_barrier_pipeline_SWMMAC_cluster, at function 
# |           16: test_sched_group_barrier_pipeline_SWMMAC_cluster: ; @test_sched_group_barrier_pipeline_SWMMAC_cluster 
# |           17: ; %bb.0: ; %entry 
# |           18:  s_load_b64 s[0:1], s[4:5], 0x24 
# | next:12'0                                     X error: no match found
# |           19:  v_dual_mov_b32 v33, 0 :: v_dual_lshlrev_b32 v0, 4, v0 
# | next:12'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:12'1                                    ?                        possible intended match
# |           20:  s_delay_alu instid0(VALU_DEP_1) | instskip(SKIP_1) | instid1(VALU_DEP_1) 
# | next:12'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           21:  v_and_b32_e32 v32, 0x3ff0, v0 
# | next:12'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           22:  s_wait_kmcnt 0x0 
# | next:12'0     ~~~~~~~~~~~~~~~~~~
# |           23:  v_add_nc_u32_e32 v28, s0, v32 
# | next:12'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           24:  v_add_nc_u32_e32 v32, s1, v32 
# | next:12'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            .
# |            .
# |            .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>LLVM.tools/llvm-mca/AMDGPU/gfx12-pseudo-scalar-trans.s</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mca -mtriple=amdgcn -mcpu=gfx1200 --timeline --iterations=1 --timeline-max-cycles=0 < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-mca/AMDGPU/gfx12-pseudo-scalar-trans.s | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-mca/AMDGPU/gfx12-pseudo-scalar-trans.s
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mca -mtriple=amdgcn -mcpu=gfx1200 --timeline --iterations=1 --timeline-max-cycles=0
# 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/llvm/test/tools/llvm-mca/AMDGPU/gfx12-pseudo-scalar-trans.s
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-mca/AMDGPU/gfx12-pseudo-scalar-trans.s:59:15: error: CHECK-NEXT: expected string not found in input
# | # CHECK-NEXT: [0] [1] [2] [3] [4] [5] [6] Instructions:
# |               ^
# | <stdin>:48:34: note: scanning from here
# | Resource pressure by instruction:
# |                                  ^
# | <stdin>:49:5: note: possible intended match here
# | [0] [1] [2] [3] [4] [5] [6] [7] Instructions:
# |     ^
# | 
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/tools/llvm-mca/AMDGPU/gfx12-pseudo-scalar-trans.s
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            .
# |            .
# |            .
# |           43:  
# |           44: Resource pressure per iteration: 
# |           45: [0] [1] [2] [3] [4] [5] [6] [7]  
# |           46:  - - - 10.00 - 10.00 - -  
# |           47:  
# |           48: Resource pressure by instruction: 
# | next:59'0                                      X error: no match found
# |           49: [0] [1] [2] [3] [4] [5] [6] [7] Instructions: 
# | next:59'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:59'1         ?                                          possible intended match
# |           50:  - - - 1.00 - 1.00 - - v_s_exp_f32 s0, s0 
# | next:59'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           51:  - - - 1.00 - 1.00 - - v_s_log_f32 s0, s0 
# | next:59'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           52:  - - - 1.00 - 1.00 - - v_s_rcp_f32 s1, s1 
# | next:59'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           53:  - - - 1.00 - 1.00 - - v_s_rsq_f32 s1, s0 
# | next:59'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           54:  - - - 1.00 - 1.00 - - v_s_sqrt_f32 s2, s1 
# | next:59'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            .
# |            .
# |            .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>

### Flang
<details>
<summary>Flang.Driver/omp-driver-offload.f90</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 10
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -fopenmp /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK-OPENMP /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -fopenmp /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK-OPENMP /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90
# note: command had no output on stdout or stderr
# RUN: at line 15
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -S -### /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/omp-driver-offload.f90.tmp 2>&1  -fopenmp --offload-arch=gfx90a --offload-arch=sm_70  --target=aarch64-unknown-linux-gnu -nogpulib   | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 --check-prefix=OFFLOAD-HOST-AND-DEVICE
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -S '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/omp-driver-offload.f90.tmp -fopenmp --offload-arch=gfx90a --offload-arch=sm_70 --target=aarch64-unknown-linux-gnu -nogpulib
# 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/flang/test/Driver/omp-driver-offload.f90 --check-prefix=OFFLOAD-HOST-AND-DEVICE
# note: command had no output on stdout or stderr
# RUN: at line 20
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -S -### /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/omp-driver-offload.f90.tmp 2>&1  -fopenmp --offload-arch=gfx90a --offload-arch=sm_70 --offload-host-device  --target=aarch64-unknown-linux-gnu -nogpulib   | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 --check-prefix=OFFLOAD-HOST-AND-DEVICE
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -S '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/omp-driver-offload.f90.tmp -fopenmp --offload-arch=gfx90a --offload-arch=sm_70 --offload-host-device --target=aarch64-unknown-linux-gnu -nogpulib
# 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/flang/test/Driver/omp-driver-offload.f90 --check-prefix=OFFLOAD-HOST-AND-DEVICE
# note: command had no output on stdout or stderr
# RUN: at line 30
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -S -### /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/omp-driver-offload.f90.tmp 2>&1  -fopenmp --offload-arch=gfx90a --offload-arch=sm_70 --offload-host-only  --target=aarch64-unknown-linux-gnu -nogpulib   | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 --check-prefix=OFFLOAD-HOST
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -S '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/omp-driver-offload.f90.tmp -fopenmp --offload-arch=gfx90a --offload-arch=sm_70 --offload-host-only --target=aarch64-unknown-linux-gnu -nogpulib
# 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/flang/test/Driver/omp-driver-offload.f90 --check-prefix=OFFLOAD-HOST
# note: command had no output on stdout or stderr
# RUN: at line 40
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -S -### /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 2>&1  -fopenmp --offload-arch=gfx90a --offload-arch=sm_70 --offload-device-only  --target=aarch64-unknown-linux-gnu -nogpulib   | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 --check-prefix=OFFLOAD-DEVICE
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -S '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 -fopenmp --offload-arch=gfx90a --offload-arch=sm_70 --offload-device-only --target=aarch64-unknown-linux-gnu -nogpulib
# 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/flang/test/Driver/omp-driver-offload.f90 --check-prefix=OFFLOAD-DEVICE
# note: command had no output on stdout or stderr
# RUN: at line 51
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -fopenmp --offload-arch=gfx90a -fopenmp-targets=amdgcn-amd-amdhsa -nogpulib /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK-OPENMP-IS-TARGET-DEVICE /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -fopenmp --offload-arch=gfx90a -fopenmp-targets=amdgcn-amd-amdhsa -nogpulib /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefixes=CHECK-OPENMP-IS-TARGET-DEVICE /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90
# note: command had no output on stdout or stderr
# RUN: at line 55
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -S -### /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/omp-driver-offload.f90.tmp 2>&1  -fopenmp --offload-arch=gfx90a  --target=aarch64-unknown-linux-gnu -nogpulib   | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 --check-prefix=OPENMP-OFFLOAD-ARGS
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -S '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90 -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/omp-driver-offload.f90.tmp -fopenmp --offload-arch=gfx90a --target=aarch64-unknown-linux-gnu -nogpulib
# 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/flang/test/Driver/omp-driver-offload.f90 --check-prefix=OPENMP-OFFLOAD-ARGS
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90:64:24: error: OPENMP-OFFLOAD-ARGS: expected string not found in input
# | ! OPENMP-OFFLOAD-ARGS: "{{[^"]*}}llvm-offload-binary{{.*}}" {{.*}} "--image=file={{.*}}.bc,triple=amdgcn-amd-amdhsa,arch=gfx90a,kind=openmp"
# |                        ^
# | <stdin>:7:649: note: scanning from here
# |  "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang" "-fc1" "-triple" "amdgcn-amd-amdhsa" "-emit-llvm" "-flto=full" "-mrelocation-model" "pic" "-pic-level" "2" "-target-cpu" "gfx90a" "-fopenmp" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23" "-foffload-device" "-fopenmp-host-ir-file-path" "/tmp/lit-tmp-ul6bo513/omp-driver-offload-0727c6.bc" "-fopenmp-is-target-device" "-nogpulib" "-mframe-pointer=all" "-o" "/tmp/lit-tmp-ul6bo513/omp-driver-offload-gfx90a-b6464a.s" "-x" "f95" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90"
# |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
# | <stdin>:8:185: note: possible intended match here
# |  "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-offload-binary" "-o" "/tmp/lit-tmp-ul6bo513/omp-driver-offload-d254d1.out" "--image=file=/tmp/lit-tmp-ul6bo513/omp-driver-offload-gfx90a-b6464a.s,triple=amdgcn-amd-amdhsa,arch=gfx90a,kind=openmp"
# |                                                                                                                                                                                         ^
# | 
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             1: flang version 23.0.0git (https://github.com/llvm/llvm-project a5c9bc19dfde5d16e5bf7ccdb33f578c13d53da8) 
# |             2: Target: aarch64-unknown-linux-gnu 
# |             3: Thread model: posix 
# |             4: InstalledDir: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin 
# |             5: Build config: +assertions 
# |             6:  "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang" "-fc1" "-triple" "aarch64-unknown-linux-gnu" "-emit-llvm-bc" "-mrelocation-model" "pic" "-pic-level" "2" "-pic-is-pie" "-target-cpu" "generic" "-target-feature" "+v8a" "-target-feature" "+fp-armv8" "-target-feature" "+neon" "-fopenmp" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23" "--offload-targets=amdgcn-amd-amdhsa" "-mframe-pointer=non-leaf-no-reserve" "-o" "/tmp/lit-tmp-ul6bo513/omp-driver-offload-0727c6.bc" "-x" "f95" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90" 
# |             7:  "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang" "-fc1" "-triple" "amdgcn-amd-amdhsa" "-emit-llvm" "-flto=full" "-mrelocation-model" "pic" "-pic-level" "2" "-target-cpu" "gfx90a" "-fopenmp" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23" "-foffload-device" "-fopenmp-host-ir-file-path" "/tmp/lit-tmp-ul6bo513/omp-driver-offload-0727c6.bc" "-fopenmp-is-target-device" "-nogpulib" "-mframe-pointer=all" "-o" "/tmp/lit-tmp-ul6bo513/omp-driver-offload-gfx90a-b6464a.s" "-x" "f95" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/omp-driver-offload.f90" 
# | check:64'0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             X error: no match found
# |             8:  "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-offload-binary" "-o" "/tmp/lit-tmp-ul6bo513/omp-driver-offload-d254d1.out" "--image=file=/tmp/lit-tmp-ul6bo513/omp-driver-offload-gfx90a-b6464a.s,triple=amdgcn-amd-amdhsa,arch=gfx90a,kind=openmp" 
# | check:64'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:64'1                                                                                                                                                                                             ?                                                                                      possible intended match
# |             9:  "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang" "-fc1" "-triple" "aarch64-unknown-linux-gnu" "-S" "-mrelocation-model" "pic" "-pic-level" "2" "-pic-is-pie" "-target-cpu" "generic" "-target-feature" "+v8a" "-target-feature" "+fp-armv8" "-target-feature" "+neon" "-fopenmp" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23" "-fembed-offload-object=/tmp/lit-tmp-ul6bo513/omp-driver-offload-d254d1.out" "--offload-targets=amdgcn-amd-amdhsa" "-mframe-pointer=non-leaf-no-reserve" "-o" "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/flang/test/Driver/Output/omp-driver-offload.f90.tmp" "-x" "ir" "/tmp/lit-tmp-ul6bo513/omp-driver-offload-0727c6.bc" 
# | check:64'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# 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/202093


More information about the llvm-commits mailing list