[llvm] [AArch64] Improve lowering of scalar abs(sub(a, b)). (PR #151180)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 05:13:49 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu` running on `sie-linux-worker3` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/22358
<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/AArch64/midpoint-int.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=aarch64-unknown-linux-gnu < /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll # RUN: at line 2
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=aarch64-unknown-linux-gnu
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll:304:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: sxth w9, w1
[0;1;32m ^
[0m[1m<stdin>:197:10: [0m[0;1;30mnote: [0m[1mscanning from here
[0m// %bb.0:
[0;1;32m ^
[0m[1m<stdin>:200:7: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m subs w10, w9, w1, sxth
[0;1;32m ^
[0m[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll:429:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: sxtb w9, w1
[0;1;32m ^
[0m[1m<stdin>:279:10: [0m[0;1;30mnote: [0m[1mscanning from here
[0m// %bb.0:
[0;1;32m ^
[0m[1m<stdin>:282:7: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m subs w10, w9, w1, sxtb
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m .file "<stdin>" [0m
[0;1;30m 2: [0m[1m[0;1;46m .text [0m
[0;1;30m 3: [0m[1m[0;1;46m .globl scalar_i32_signed_reg_reg // -- Begin function scalar_i32_signed_reg_reg [0m
[0;1;30m 4: [0m[1m[0;1;46m .p2align 2 [0m
[0;1;30m 5: [0m[1m[0;1;46m .type scalar_i32_signed_reg_reg, at function [0m
[0;1;30m 6: [0m[1m[0;1;46m[0mscalar_i32_signed_reg_reg:[0;1;46m // @scalar_i32_signed_reg_reg [0m
[0;1;32mlabel:14'0 ^~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32mlabel:14'1 ^~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 7: [0m[1m[0;1;46m[0m// %bb.0:[0;1;46m [0m
[0;1;32mcheck:15 ^~~~~~~~~
[0m[0;1;30m 8: [0m[1m[0;1;46m [0msubs w9, w0, w1[0;1;46m [0m
[0;1;32mnext:16 ^~~~~~~~~~~~~~~
[0m[0;1;30m 9: [0m[1m[0;1;46m [0mmov w8, #-1 // =0xffffffff[0;1;46m [0m
[0;1;32mnext:17 ^~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 10: [0m[1m[0;1;46m [0mcneg w9, w9, le[0;1;46m [0m
[0;1;32mnext:18 ^~~~~~~~~~~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/151180
More information about the llvm-commits
mailing list