[llvm] [SPIR-V] Add SPIRV to LLVM_ALL_TARGETS (reapply) (PR #123733)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 06:51:42 PST 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `reverse-iteration` running on `hexagon-build-02` while building `.github,llvm` at step 6 "check_all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/110/builds/3500

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (check_all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/SPIRV/debug-info/debug-type-pointer.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: /local/mnt/workspace/bots/hexagon-build-02/reverse-iteration/llvm.obj/bin/llc --verify-machineinstrs --spv-emit-nonsemantic-debug-info --spirv-ext=+SPV_KHR_non_semantic_info --print-after=spirv-nonsemantic-debug-info -O0 -mtriple=spirv64-unknown-unknown /local/mnt/workspace/bots/hexagon-build-02/reverse-iteration/llvm.src/llvm/test/CodeGen/SPIRV/debug-info/debug-type-pointer.ll -o - 2>&1 | /local/mnt/workspace/bots/hexagon-build-02/reverse-iteration/llvm.obj/bin/FileCheck /local/mnt/workspace/bots/hexagon-build-02/reverse-iteration/llvm.src/llvm/test/CodeGen/SPIRV/debug-info/debug-type-pointer.ll --check-prefix=CHECK-MIR
+ /local/mnt/workspace/bots/hexagon-build-02/reverse-iteration/llvm.obj/bin/llc --verify-machineinstrs --spv-emit-nonsemantic-debug-info --spirv-ext=+SPV_KHR_non_semantic_info --print-after=spirv-nonsemantic-debug-info -O0 -mtriple=spirv64-unknown-unknown /local/mnt/workspace/bots/hexagon-build-02/reverse-iteration/llvm.src/llvm/test/CodeGen/SPIRV/debug-info/debug-type-pointer.ll -o -
+ /local/mnt/workspace/bots/hexagon-build-02/reverse-iteration/llvm.obj/bin/FileCheck /local/mnt/workspace/bots/hexagon-build-02/reverse-iteration/llvm.src/llvm/test/CodeGen/SPIRV/debug-info/debug-type-pointer.ll --check-prefix=CHECK-MIR
/local/mnt/workspace/bots/hexagon-build-02/reverse-iteration/llvm.src/llvm/test/CodeGen/SPIRV/debug-info/debug-type-pointer.ll:32:14: error: CHECK-MIR: expected string not found in input
; CHECK-MIR: OpExtInst [[void_type]], 3, 3, [[short]], [[i32_8]], [[i32_0]]
             ^
<stdin>:126:77: note: scanning from here
 %108:id(s32) = OpExtInst %61:type(s64), 3, 3, %95:id(s32), %40:iid, %35:iid
                                                                            ^
<stdin>:126:77: note: with "void_type" equal to "%61:type\\(s64\\)"
 %108:id(s32) = OpExtInst %61:type(s64), 3, 3, %95:id(s32), %40:iid, %35:iid
                                                                            ^
<stdin>:126:77: note: with "short" equal to "%92:id\\(s32\\)"
 %108:id(s32) = OpExtInst %61:type(s64), 3, 3, %95:id(s32), %40:iid, %35:iid
                                                                            ^
<stdin>:126:77: note: with "i32_8" equal to "%40:iid"
 %108:id(s32) = OpExtInst %61:type(s64), 3, 3, %95:id(s32), %40:iid, %35:iid
                                                                            ^
<stdin>:126:77: note: with "i32_0" equal to "%35:iid"
 %108:id(s32) = OpExtInst %61:type(s64), 3, 3, %95:id(s32), %40:iid, %35:iid
                                                                            ^
<stdin>:135:12: note: possible intended match here
 %1:type = OpTypeInt 32, 0
           ^

Input file: <stdin>
Check file: /local/mnt/workspace/bots/hexagon-build-02/reverse-iteration/llvm.src/llvm/test/CodeGen/SPIRV/debug-info/debug-type-pointer.ll

-dump-input=help explains the following input dump.

Input was:
<<<<<<
            .
            .
            .
          121:  %103:id(s32) = OpExtInst %61:type(s64), 3, 3, %84:id(s32), %40:iid, %35:iid 
          122:  %104:id(s32) = OpExtInst %61:type(s64), 3, 3, %86:id(s32), %40:iid, %35:iid 
          123:  %105:id(s32) = OpExtInst %61:type(s64), 3, 3, %88:id(s32), %40:iid, %35:iid 
          124:  %106:id(s32) = OpExtInst %61:type(s64), 3, 3, %90:id(s32), %40:iid, %35:iid 
          125:  %107:id(s32) = OpExtInst %61:type(s64), 3, 3, %92:id(s32), %40:iid, %35:iid 
          126:  %108:id(s32) = OpExtInst %61:type(s64), 3, 3, %95:id(s32), %40:iid, %35:iid 
check:32'0                                                                                 X error: no match found
check:32'1                                                                                   with "void_type" equal to "%61:type\\(s64\\)"
check:32'2                                                                                   with "short" equal to "%92:id\\(s32\\)"
check:32'3                                                                                   with "i32_8" equal to "%40:iid"
...

```

</details>

https://github.com/llvm/llvm-project/pull/123733


More information about the llvm-commits mailing list