[llvm] AMDGPU: Use SimplifyQuery in AMDGPUCodeGenPrepare (PR #179133)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 2 00:49:01 PST 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu` running on `linaro-lldb-aarch64-ubuntu` while building `llvm` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/59/builds/31084
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-shell :: Settings/TestFrameFunctionInlined.test (1787 of 2457)
PASS: lldb-shell :: Settings/TestSettingsSet.test (1788 of 2457)
PASS: lldb-shell :: Settings/TestFrameFormatFunctionTemplateArguments.test (1789 of 2457)
PASS: lldb-shell :: Settings/TestLineMarkerColor.test (1790 of 2457)
PASS: lldb-shell :: Subprocess/clone-follow-child-softbp.test (1791 of 2457)
PASS: lldb-shell :: Settings/TestStopCommandSourceOnError.test (1792 of 2457)
PASS: lldb-shell :: Subprocess/clone-follow-child.test (1793 of 2457)
PASS: lldb-shell :: Settings/TestSettingsWrite.test (1794 of 2457)
PASS: lldb-shell :: Subprocess/clone-follow-parent-softbp.test (1795 of 2457)
PASS: lldb-shell :: Subprocess/clone-follow-parent.test (1796 of 2457)
FAIL: lldb-shell :: Subprocess/fork-follow-child-softbp.test (1797 of 2457)
******************** TEST 'lldb-shell :: Subprocess/fork-follow-child-softbp.test' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 4
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=aarch64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/Shell/Subprocess/Inputs/fork.cpp -DTEST_FORK=fork -o /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test/Shell/Subprocess/Output/fork-follow-child-softbp.test.tmp
# executed command: /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=aarch64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/Shell/Subprocess/Inputs/fork.cpp -DTEST_FORK=fork -o /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test/Shell/Subprocess/Output/fork-follow-child-softbp.test.tmp
# .---command stderr------------
# | clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
# `-----------------------------
# RUN: at line 5
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/lldb --no-lldbinit -S /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/Shell/Subprocess/fork-follow-child-softbp.test /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test/Shell/Subprocess/Output/fork-follow-child-softbp.test.tmp | /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/FileCheck /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/Shell/Subprocess/fork-follow-child-softbp.test
# executed command: /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/lldb --no-lldbinit -S /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/Shell/Subprocess/fork-follow-child-softbp.test /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test/Shell/Subprocess/Output/fork-follow-child-softbp.test.tmp
# note: command had no output on stdout or stderr
# executed command: /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/FileCheck /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/Shell/Subprocess/fork-follow-child-softbp.test
# .---command stderr------------
# | /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/Shell/Subprocess/fork-follow-child-softbp.test:12:15: error: CHECK-NEXT: is not on the line after the previous match
# | # CHECK-NEXT: child_func
# | ^
# | <stdin>:19:65: note: 'next' match was here
# | frame #0: 0x0000aaaaaaaa0be4 fork-follow-child-softbp.test.tmp`child_func(char const*)
# | ^
# | <stdin>:17:64: note: previous match ended here
# | * thread #2, name = 'fork-follow-chi', stop reason = breakpoint 1.1
# | ^
# | <stdin>:18:1: note: non-matching line after previous match is here
# | function run in parent
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/Shell/Subprocess/fork-follow-child-softbp.test
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
```
</details>
https://github.com/llvm/llvm-project/pull/179133
More information about the llvm-commits
mailing list