[llvm-branch-commits] [llvm] [SPIRV] Add Pass suffix to NewPM Passes (PR #218206)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Aug 23 00:17:22 PDT 2026


github-actions[bot] wrote:

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

* 181081 tests passed
* 3714 tests skipped
* 1 test failed

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

### LLVM
<details>
<summary>LLVM.CodeGen/SPIRV/structurizer/HLSLControlFlowHint-pass-check.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -passes='spirv-structurizer' -S -mtriple=spirv-unknown-unknown /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/structurizer/HLSLControlFlowHint-pass-check.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/structurizer/HLSLControlFlowHint-pass-check.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -passes=spirv-structurizer -S -mtriple=spirv-unknown-unknown /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/structurizer/HLSLControlFlowHint-pass-check.ll
# 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/CodeGen/SPIRV/structurizer/HLSLControlFlowHint-pass-check.ll
# note: command had no output on stdout or stderr
# RUN: at line 5
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -passes='spirv-structurizer' -disable-output -debug-pass-manager    -mtriple=spirv-unknown-unknown /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/structurizer/HLSLControlFlowHint-pass-check.ll 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/structurizer/HLSLControlFlowHint-pass-check.ll --check-prefix=INVALIDATE
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -passes=spirv-structurizer -disable-output -debug-pass-manager -mtriple=spirv-unknown-unknown /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/structurizer/HLSLControlFlowHint-pass-check.ll
# 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/CodeGen/SPIRV/structurizer/HLSLControlFlowHint-pass-check.ll --check-prefix=INVALIDATE
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/structurizer/HLSLControlFlowHint-pass-check.ll:7:15: error: INVALIDATE: expected string not found in input
# | ; INVALIDATE: Running pass: SPIRVStructurizerWrapper on test_branch
# |               ^
# | <stdin>:1:1: note: scanning from here
# | Running analysis: InnerAnalysisManagerProxy<FunctionAnalysisManager, Module> on [module]
# | ^
# | <stdin>:2:1: note: possible intended match here
# | Running pass: SPIRVStructurizerPass on test_branch (16 instructions)
# | ^
# | 
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/SPIRV/structurizer/HLSLControlFlowHint-pass-check.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            1: Running analysis: InnerAnalysisManagerProxy<FunctionAnalysisManager, Module> on [module] 
# | check:7'0    {                                                                                           search range start (exclusive)
# | check:7'1                                                                                                error: no match found in search range
# |            2: Running pass: SPIRVStructurizerPass on test_branch (16 instructions) 
# | check:7'2     ?                                                                      possible intended match
# |            3: Running analysis: LoopAnalysis on test_branch 
# |            4: Running analysis: SPIRVConvergenceRegionAnalysis on test_branch 
# |            5: Running analysis: DominatorTreeAnalysis on test_branch 
# |            6: Invalidating analysis: LoopAnalysis on test_branch 
# |            7: Invalidating analysis: DominatorTreeAnalysis on test_branch 
# |            .
# |            .
# |            .
# |           19: Running analysis: DominatorTreeAnalysis on test_no_attr 
# |           20: Invalidating analysis: LoopAnalysis on test_no_attr 
# |           21: Invalidating analysis: DominatorTreeAnalysis on test_no_attr 
# |           22: Invalidating analysis: SPIRVConvergenceRegionAnalysis on test_no_attr 
# |           23: Running pass: VerifierPass on [module] 
# |           24: Running analysis: VerifierAnalysis on [module] 
# | check:7'3                                                    } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# 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/218206


More information about the llvm-branch-commits mailing list