[Mlir-commits] [mlir] [MLIR][NVVM] Add optional llc verification for NVVM dialect tests (PR #219980)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Aug 31 07:51:34 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 8874 tests passed
* 648 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Flang
<details>
<summary>Flang.Driver/target-gpu-features.f90</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 6
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=amdgcn-amd-amdhsa -mcpu=gfx902 -nogpulib -c /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/target-gpu-features.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/Driver/target-gpu-features.f90 -check-prefix=CHECK-AMDGCN
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=amdgcn-amd-amdhsa -mcpu=gfx902 -nogpulib -c /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/target-gpu-features.f90 '-###'
# 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/target-gpu-features.f90 -check-prefix=CHECK-AMDGCN
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/target-gpu-features.f90:10:22: error: CHECK-AMDGCN-SAME: expected string not found in input
# | ! CHECK-AMDGCN-SAME: "-target-cpu" "gfx902"
# | ^
# | <stdin>:6:120: note: scanning from here
# | "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang-24" "-fc1" "-triple" "amdgpu9.02-amd-amdhsa" "-emit-obj" "-fno-color-diagnostics" "-mrelocation-model" "pic" "-pic-level" "2" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/24" "-mframe-pointer=all" "-o" "target-gpu-features.o" "-x" "f95" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/target-gpu-features.f90"
# | ^
# | <stdin>:6:321: note: possible intended match here
# | "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang-24" "-fc1" "-triple" "amdgpu9.02-amd-amdhsa" "-emit-obj" "-fno-color-diagnostics" "-mrelocation-model" "pic" "-pic-level" "2" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/24" "-mframe-pointer=all" "-o" "target-gpu-features.o" "-x" "f95" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/target-gpu-features.f90"
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/target-gpu-features.f90
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: flang version 24.0.0git (https://github.com/llvm/llvm-project c237b8302e161aee365a2de9f8ca02832b93fe6a)
# | 2: Target: amdgcn-amd-amdhsa
# | 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-24" "-fc1" "-triple" "amdgpu9.02-amd-amdhsa" "-emit-obj" "-fno-color-diagnostics" "-mrelocation-model" "pic" "-pic-level" "2" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/24" "-mframe-pointer=all" "-o" "target-gpu-features.o" "-x" "f95" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/target-gpu-features.f90"
# | same:10'0 { } search range (exclusive bounds)
# | same:10'1 error: no match found in search range
# | same:10'2 ? possible intended match
# | >>>>>>
# `-----------------------------
# 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/219980
More information about the Mlir-commits
mailing list