[llvm] [RISCV] Use QC.INSBI for OR with immediate when ORI isn't possible (PR #147349)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 7 23:13:26 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-hip-vega20` running on `hip-vega20-0` while building `llvm` at step 3 "annotate".

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

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

```
Step 3 (annotate) failure: '../llvm-zorg/zorg/buildbot/builders/annotated/hip-build.sh --jobs=' (failure)
...
+ HERE=../llvm-zorg/zorg/buildbot/builders/annotated
+ . ../llvm-zorg/zorg/buildbot/builders/annotated/buildbot-helper.sh
+ set -eu
+ halt_on_failure
+ echo @@@HALT_ON_FAILURE@@@
@@@HALT_ON_FAILURE@@@
+ setup_env
+ build_step 'Setting up the buildbot'
+ echo '@@@BUILD_STEP Setting up the buildbot@@@'
@@@BUILD_STEP Setting up the buildbot@@@
+ BUILDBOT_ROOT=/home/botworker/bbot/clang-hip-vega20
++ whoami
+ BUILDBOT_SLAVENAME=botworker
+ AMDGPU_ARCHS='gfx908;gfx90a;gfx1030;gfx1100'
+ EXTERNAL_DIR=/opt/botworker/llvm/External
+ BUILD_DIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20
+ DESTDIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/install
+ LLVM_ROOT=/home/botworker/bbot/clang-hip-vega20/llvm-project
+ LLVM_REVISION=6b95aa6444a0a63c13893b0629eb20e2ecaf322e
+ LLVM_BUILD_DIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/llvm
+ TESTSUITE_ROOT=/home/botworker/bbot/clang-hip-vega20/llvm-test-suite
+ TEST_BUILD_DIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/test-suite-build
+ NINJAOPT=
+ echo BUILDBOT_ROOT=/home/botworker/bbot/clang-hip-vega20
BUILDBOT_ROOT=/home/botworker/bbot/clang-hip-vega20
+ echo BUILDBOT_SLAVENAME=botworker
BUILDBOT_SLAVENAME=botworker
+ echo 'AMDGPU_ARCHS=gfx908;gfx90a;gfx1030;gfx1100'
AMDGPU_ARCHS=gfx908;gfx90a;gfx1030;gfx1100
+ echo LLVM_ROOT=/home/botworker/bbot/clang-hip-vega20/llvm-project
LLVM_ROOT=/home/botworker/bbot/clang-hip-vega20/llvm-project
+ echo TESTSUITE_ROOT=/home/botworker/bbot/clang-hip-vega20/llvm-test-suite
TESTSUITE_ROOT=/home/botworker/bbot/clang-hip-vega20/llvm-test-suite
+ echo EXTERNAL_DIR=/opt/botworker/llvm/External
EXTERNAL_DIR=/opt/botworker/llvm/External
+ echo BUILD_DIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20
BUILD_DIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20
+ echo DESTDIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/install
DESTDIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/install
+ echo LLVM_BUILD_DIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/llvm
LLVM_BUILD_DIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/llvm
+ echo TEST_BUILD_DIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/test-suite-build
TEST_BUILD_DIR=/home/botworker/bbot/clang-hip-vega20/botworker/clang-hip-vega20/test-suite-build
+ update_llvm
+ '[' '!' -d /home/botworker/bbot/clang-hip-vega20/llvm-project ']'
+ build_step 'Updating llvm-project repo'
+ echo '@@@BUILD_STEP Updating llvm-project repo@@@'
@@@BUILD_STEP Updating llvm-project repo@@@
+ git -C /home/botworker/bbot/clang-hip-vega20/llvm-project fetch origin
fatal: unable to access 'https://github.com/llvm/llvm-project.git/': Could not resolve host: github.com

```

</details>

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


More information about the llvm-commits mailing list