[llvm] [RISCV] GISel custom lowering for G_ADD/G_SUB (PR #121587)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 19:04:57 PST 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `ml-opt-dev-x86-64` running on `ml-opt-dev-x86-64-b1` while building `llvm` at step 6 "test-build-unified-tree-check-all".

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

<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/RISCV/GlobalISel/combine-neg-abs.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /b/ml-opt-dev-x86-64-b1/build/bin/llc -mtriple=riscv32 -global-isel -verify-machineinstrs < /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll    | /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll --check-prefixes=RV32I
+ /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll --check-prefixes=RV32I
+ /b/ml-opt-dev-x86-64-b1/build/bin/llc -mtriple=riscv32 -global-isel -verify-machineinstrs
RUN: at line 4: /b/ml-opt-dev-x86-64-b1/build/bin/llc -mtriple=riscv32 -global-isel -mattr=+zbb -verify-machineinstrs < /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll    | /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll --check-prefixes=RV32ZBB
+ /b/ml-opt-dev-x86-64-b1/build/bin/llc -mtriple=riscv32 -global-isel -mattr=+zbb -verify-machineinstrs
+ /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll --check-prefixes=RV32ZBB
RUN: at line 6: /b/ml-opt-dev-x86-64-b1/build/bin/llc -mtriple=riscv64 -global-isel -verify-machineinstrs < /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll    | /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll --check-prefixes=RV64I
+ /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll --check-prefixes=RV64I
+ /b/ml-opt-dev-x86-64-b1/build/bin/llc -mtriple=riscv64 -global-isel -verify-machineinstrs
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll:30:15: error: RV64I-NEXT: expected string not found in input
; RV64I-NEXT: neg a1, a0
              ^
<stdin>:10:9: note: scanning from here
# %bb.0:
        ^
<stdin>:11:2: note: possible intended match here
 negw a1, a0
 ^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll:72:15: error: RV64I-NEXT: expected string not found in input
; RV64I-NEXT: neg a1, a0
              ^
<stdin>:28:9: note: scanning from here
# %bb.0:
        ^
<stdin>:29:2: note: possible intended match here
 negw a1, a0
 ^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll:254:15: error: RV64I-NEXT: expected string not found in input
; RV64I-NEXT: neg a1, a0
              ^
<stdin>:80:9: note: scanning from here
# %bb.0:
        ^
<stdin>:81:2: note: possible intended match here
 negw a1, a0
 ^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/combine-neg-abs.ll:296:15: error: RV64I-NEXT: expected string not found in input
; RV64I-NEXT: neg a1, a0
              ^
<stdin>:98:9: note: scanning from here
# %bb.0:
        ^
<stdin>:99:2: note: possible intended match here
 negw a1, a0
 ^
...

```

</details>

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


More information about the llvm-commits mailing list