[clang] [llvm] [ORC] Use MapperJITLinkMemoryManager to avoid "out of range of Delta32 fixup" (PR #203133)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 10 17:53:03 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 175422 tests passed
* 3467 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.CodeGen/AMDGPU/bitop3-shared-operand.ll</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel=0 -mtriple=amdgcn-- -mcpu=gfx950 < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/bitop3-shared-operand.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefixes=GCN,SDAG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/bitop3-shared-operand.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel=0 -mtriple=amdgcn-- -mcpu=gfx950
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefixes=GCN,SDAG /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/bitop3-shared-operand.ll
# note: command had no output on stdout or stderr
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel -new-reg-bank-select -mtriple=amdgcn-- -mcpu=gfx950 < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/bitop3-shared-operand.ll | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefixes=GCN,GISEL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/bitop3-shared-operand.ll
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -global-isel -new-reg-bank-select -mtriple=amdgcn-- -mcpu=gfx950
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefixes=GCN,GISEL /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/bitop3-shared-operand.ll
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/bitop3-shared-operand.ll:518:15: error: GISEL-NEXT: expected string not found in input
# | ; GISEL-NEXT: v_bitop3_b32 v0, v1, v2, v0 bitop3:0xf8
# | ^
# | <stdin>:898:26: note: scanning from here
# | v_and_b32_e32 v3, v2, v0
# | ^
# | <stdin>:899:2: note: possible intended match here
# | v_bitop3_b32 v0, v1, v2, v0 bitop3:0x78
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/AMDGPU/bitop3-shared-operand.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 893: .globl bitop3_bxort_or_t_and_not_t ; -- Begin function bitop3_bxort_or_t_and_not_t
# | 894: .p2align 8
# | 895: .type bitop3_bxort_or_t_and_not_t, at function
# | 896: bitop3_bxort_or_t_and_not_t: ; @bitop3_bxort_or_t_and_not_t
# | 897: ; %bb.0:
# | 898: v_and_b32_e32 v3, v2, v0
# | next:518'0 X error: no match found
# | 899: v_bitop3_b32 v0, v1, v2, v0 bitop3:0x78
# | next:518'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:518'1 ? possible intended match
# | 900: v_bfi_b32 v0, v3, 0, v0
# | next:518'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
# | 901: ; return to shader part epilog
# | next:518'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 902: .Lfunc_end13:
# | next:518'0 ~~~~~~~~~~~~~~
# | 903: .size bitop3_bxort_or_t_and_not_t, .Lfunc_end13-bitop3_bxort_or_t_and_not_t
# | next:518'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 904: ; -- End function
# | next:518'0 ~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# 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/203133
More information about the cfe-commits
mailing list