[Mlir-commits] [mlir] [mlir][SPIR-V] Add GL atan2 op (PR #201927)
Arseniy Obolenskiy
llvmlistbot at llvm.org
Thu Jun 11 12:07:57 PDT 2026
aobolensk wrote:
> <!--PREMERGE ADVISOR COMMENT: Linux-->
> # :penguin: Linux x64 Test Results
>
> * 8190 tests passed
> * 625 tests skipped
> * 3 tests failed
>
> ## Failed Tests
> (click on a test name to see its output)
>
> ### Flang
> <details>
> <summary>Flang.Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90 (Likely Already Failing)</summary>
> This test is already failing at the base commit.
>
> ```
> Exit Code: 1
>
> Command Output (stdout):
> --
> # RUN: at line 4
> /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90
> # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90
> # note: command had no output on stdout or stderr
> # error: command failed with exit status: 1
> # 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/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90
> # .---command stderr------------
> # | /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90:29:16: error: CHECK-LABEL: expected string not found in input
> # | ! CHECK-LABEL: omp.private {type = private} @{{.*}}Etmp_private_box_Uxf32 : !fir.box<!fir.array<?xf32>> init {
> # | ^
> # | <stdin>:1:1: note: scanning from here
> # | flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help'
> # | ^
> # |
> # | Input file: <stdin>
> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90
> # |
> # | -dump-input=help explains the following input dump.
> # |
> # | Input was:
> # | <<<<<<
> # | 1: flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help'
> # | label:29 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
> # | 2: flang (MLIR option parsing): Did you mean '--enable-delayed-privatization'?
> # | label:29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> # | >>>>>>
> # `-----------------------------
> # error: command failed with exit status: 1
>
> --
>
> ```
> </details>
> <details>
> <summary>Flang.Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90 (Likely Already Failing)</summary>
> This test is already failing at the base commit.
>
> ```
> Exit Code: 1
>
> Command Output (stdout):
> --
> # RUN: at line 4
> /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90
> # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90
> # note: command had no output on stdout or stderr
> # error: command failed with exit status: 1
> # 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/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90
> # .---command stderr------------
> # | /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90:45:16: error: CHECK-LABEL: expected string not found in input
> # | ! CHECK-LABEL: omp.private {type = private} @{{.*}}Etmp_private_box_64xf32 : !fir.box<!fir.array<64xf32>> init {
> # | ^
> # | <stdin>:1:1: note: scanning from here
> # | flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help'
> # | ^
> # |
> # | Input file: <stdin>
> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90
> # |
> # | -dump-input=help explains the following input dump.
> # |
> # | Input was:
> # | <<<<<<
> # | 1: flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help'
> # | label:45 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
> # | 2: flang (MLIR option parsing): Did you mean '--enable-delayed-privatization'?
> # | label:45 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> # | >>>>>>
> # `-----------------------------
> # error: command failed with exit status: 1
>
> --
>
> ```
> </details>
> <details>
> <summary>Flang.Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90 (Likely Already Failing)</summary>
> This test is already failing at the base commit.
>
> ```
> Exit Code: 1
>
> Command Output (stdout):
> --
> # RUN: at line 4
> /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90
> # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90
> # note: command had no output on stdout or stderr
> # error: command failed with exit status: 1
> # 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/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90
> # .---command stderr------------
> # | /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90:29:16: error: CHECK-LABEL: expected string not found in input
> # | ! CHECK-LABEL: omp.private {type = private} @{{.*}}Etmp_private_heap_box_Uxf32 : !fir.box<!fir.array<?xf32>> init {
> # | ^
> # | <stdin>:1:1: note: scanning from here
> # | flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help'
> # | ^
> # |
> # | Input file: <stdin>
> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90
> # |
> # | -dump-input=help explains the following input dump.
> # |
> # | Input was:
> # | <<<<<<
> # | 1: flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help'
> # | label:29 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
> # | 2: flang (MLIR option parsing): Did you mean '--enable-delayed-privatization'?
> # | label:29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> # | >>>>>>
> # `-----------------------------
> # 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.
CI issue is not related to this PR
https://github.com/llvm/llvm-project/pull/201927
More information about the Mlir-commits
mailing list