[llvm] [AMDGPU][MIR] Serialize NumPhysicalVGPRSpillLanes (PR #115291)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 06:46:41 PST 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `openmp-offload-sles-build-only` running on `rocm-worker-hw-04-sles` while building `llvm` at step 8 "Add check check-llvm".

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

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

```
Step 8 (Add check check-llvm) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/MIR/AMDGPU/machine-function-info-long-branch-reg.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/llc -mtriple=amdgcn-amd-amdhsa -verify-machineinstrs -amdgpu-s-branch-bits=4 -stop-after=branch-relaxation -verify-machineinstrs /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-long-branch-reg.ll -o - | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-long-branch-reg.ll
+ /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/llc -mtriple=amdgcn-amd-amdhsa -verify-machineinstrs -amdgpu-s-branch-bits=4 -stop-after=branch-relaxation -verify-machineinstrs /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-long-branch-reg.ll -o -
+ /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-long-branch-reg.ll
/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-long-branch-reg.ll:42:15: error: CHECK-NEXT: is not on the line after the previous match
; CHECK-NEXT: vgprForAGPRCopy: ''
              ^
<stdin>:151:2: note: 'next' match was here
 vgprForAGPRCopy: ''
 ^
<stdin>:149:14: note: previous match ended here
 occupancy: 8
             ^
<stdin>:150:1: note: non-matching line after previous match is here
 numPhysicalVGPRSpillLanes: 0
^

Input file: <stdin>
Check file: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-long-branch-reg.ll

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

Input was:
<<<<<<
         .
         .
         .
       146:  fp64-fp16-input-denormals: true 
       147:  fp64-fp16-output-denormals: true 
       148:  highBitsOf32BitAddress: 0 
       149:  occupancy: 8 
       150:  numPhysicalVGPRSpillLanes: 0 
       151:  vgprForAGPRCopy: '' 
next:42      !~~~~~~~~~~~~~~~~~~  error: match on wrong line
       152:  sgprForEXECCopy: '$sgpr100_sgpr101' 
       153:  longBranchReservedReg: '$sgpr2_sgpr3' 
       154:  hasInitWholeWave: false 
       155: body: | 
       156:  bb.0.bb0: 
         .
         .
         .
>>>>>>

--

...

```

</details>

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


More information about the llvm-commits mailing list