[llvm] [NVPTX] Fold symbol addresses into memory operands (PR #202379)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 09:28:34 PDT 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `ml-opt-rel-x86-64` running on `ml-opt-rel-x86-64-b2` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/185/builds/41516
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/NVPTX/address-folder.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/b/ml-opt-rel-x86-64-b1/build/bin/llc < /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/address-folder.ll | /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/address-folder.ll
# executed command: /b/ml-opt-rel-x86-64-b1/build/bin/llc
# executed command: /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/address-folder.ll
# RUN: at line 3
/b/ml-opt-rel-x86-64-b1/build/bin/llc -O0 < /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/address-folder.ll | /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/address-folder.ll --check-prefix=O0
# executed command: /b/ml-opt-rel-x86-64-b1/build/bin/llc -O0
# executed command: /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/address-folder.ll --check-prefix=O0
# .---command stderr------------
# | /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/address-folder.ll:32:12: error: O0-NEXT: expected string not found in input
# | ; O0-NEXT: .reg .b64 %rd<8>;
# | ^
# | <stdin>:17:19: note: scanning from here
# | .reg .pred %p<2>;
# | ^
# | <stdin>:18:2: note: possible intended match here
# | .reg .b64 %rd<7>;
# | ^
# | /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/address-folder.ll:87:12: error: O0-NEXT: expected string not found in input
# | ; O0-NEXT: .reg .b64 %rd<7>;
# | ^
# | <stdin>:44:19: note: scanning from here
# | .reg .pred %p<2>;
# | ^
# | <stdin>:45:2: note: possible intended match here
# | .reg .b64 %rd<6>;
# | ^
# |
# | Input file: <stdin>
# | Check file: /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/NVPTX/address-folder.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 12: .param .align 8 .b8 test_kernel_cross_block_param_0[16],
# | 13: .param .u64 test_kernel_cross_block_param_1,
# | 14: .param .u64 .ptr .global .align 1 test_kernel_cross_block_param_2
# | 15: )
# | 16: {
# | 17: .reg .pred %p<2>;
# | next:32'0 X error: no match found
...
```
</details>
https://github.com/llvm/llvm-project/pull/202379
More information about the llvm-commits
mailing list