[llvm] [AMDGPU][MIR] Serialize NumPhysicalVGPRSpillLanes (PR #115291)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 07:39:17 PST 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-global-isel` running on `linaro-clang-aarch64-global-isel` while building `llvm` at step 7 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/125/builds/3345
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'LLVM :: tools/llvm-reduce/mir/preserve-machine-function-info-amdgpu.mir' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: llvm-reduce -abort-on-invalid-reduction -simplify-mir -mtriple=amdgcn-amd-amdhsa -mcpu=gfx908 --test /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/bin/FileCheck --test-arg --check-prefix=CHECK-INTERESTINGNESS --test-arg /home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/tools/llvm-reduce/mir/preserve-machine-function-info-amdgpu.mir --test-arg --input-file /home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/tools/llvm-reduce/mir/preserve-machine-function-info-amdgpu.mir -o /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/test/tools/llvm-reduce/mir/Output/preserve-machine-function-info-amdgpu.mir.tmp 2> /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/test/tools/llvm-reduce/mir/Output/preserve-machine-function-info-amdgpu.mir.tmp.log
+ llvm-reduce -abort-on-invalid-reduction -simplify-mir -mtriple=amdgcn-amd-amdhsa -mcpu=gfx908 --test /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/bin/FileCheck --test-arg --check-prefix=CHECK-INTERESTINGNESS --test-arg /home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/tools/llvm-reduce/mir/preserve-machine-function-info-amdgpu.mir --test-arg --input-file /home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/tools/llvm-reduce/mir/preserve-machine-function-info-amdgpu.mir -o /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/test/tools/llvm-reduce/mir/Output/preserve-machine-function-info-amdgpu.mir.tmp
RUN: at line 3: /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/bin/FileCheck --check-prefix=RESULT /home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/tools/llvm-reduce/mir/preserve-machine-function-info-amdgpu.mir < /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/test/tools/llvm-reduce/mir/Output/preserve-machine-function-info-amdgpu.mir.tmp
+ /home/tcwg-buildbot/worker/clang-aarch64-global-isel/stage1/bin/FileCheck --check-prefix=RESULT /home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/tools/llvm-reduce/mir/preserve-machine-function-info-amdgpu.mir
/home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/tools/llvm-reduce/mir/preserve-machine-function-info-amdgpu.mir:55:16: error: RESULT-NEXT: is not on the line after the previous match
# RESULT-NEXT: wwmReservedRegs:
^
<stdin>:64:2: note: 'next' match was here
wwmReservedRegs:
^
<stdin>:62:14: note: previous match ended here
occupancy: 8
^
<stdin>:63:1: note: non-matching line after previous match is here
numPhysicalVGPRSpillLanes: 0
^
Input file: <stdin>
Check file: /home/tcwg-buildbot/worker/clang-aarch64-global-isel/llvm/llvm/test/tools/llvm-reduce/mir/preserve-machine-function-info-amdgpu.mir
-dump-input=help explains the following input dump.
Input was:
<<<<<<
.
.
.
59: fp64-fp16-input-denormals: false
60: fp64-fp16-output-denormals: false
61: highBitsOf32BitAddress: 4276993775
62: occupancy: 8
63: numPhysicalVGPRSpillLanes: 0
64: wwmReservedRegs:
next:55 !~~~~~~~~~~~~~~~ error: match on wrong line
65: - '$vgpr2'
66: - '$vgpr3'
67: vgprForAGPRCopy: '$vgpr33'
68: body: |
69: bb.0:
.
.
.
>>>>>>
--
...
```
</details>
https://github.com/llvm/llvm-project/pull/115291
More information about the llvm-commits
mailing list