[llvm] [DAG] Enhance SDPatternMatch to match integer minimum and maximum patterns in addition to the existing ISD nodes. (PR #111774)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 14 06:44:48 PDT 2024
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/6769
<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/abds.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc < /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/abds.ll -mtriple=riscv32 | /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/RISCV/abds.ll --check-prefixes=RV32I
+ /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/RISCV/abds.ll --check-prefixes=RV32I
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=riscv32
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/abds.ll:2605:15: [0m[0;1;31merror: [0m[1mRV32I-NEXT: is not on the line after the previous match
[0m; RV32I-NEXT: sw a4, 8(a0)
[0;1;32m ^
[0m[1m<stdin>:1064:2: [0m[0;1;30mnote: [0m[1m'next' match was here
[0m sw a4, 8(a0)
[0;1;32m ^
[0m[1m<stdin>:1061:11: [0m[0;1;30mnote: [0m[1mprevious match ended here
[0m.LBB38_13:
[0;1;32m ^
[0m[1m<stdin>:1062:1: [0m[0;1;30mnote: [0m[1mnon-matching line after previous match is here
[0m sw a3, 0(a0)
[0;1;32m^
[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/abds.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m .text [0m
[0;1;30m 2: [0m[1m[0;1;46m .attribute 4, 16 [0m
[0;1;30m 3: [0m[1m[0;1;46m .attribute 5, "rv32i2p1" [0m
[0;1;30m 4: [0m[1m[0;1;46m .file "<stdin>" [0m
[0;1;30m 5: [0m[1m[0;1;46m .globl abd_ext_i8 # -- Begin function abd_ext_i8 [0m
[0;1;30m 6: [0m[1m[0;1;46m .p2align 2 [0m
[0;1;30m 7: [0m[1m[0;1;46m .type abd_ext_i8, at function [0m
[0;1;30m 8: [0m[1m[0;1;46m[0mabd_ext_i8:[0;1;46m # @abd_ext_i8 [0m
[0;1;32mlabel:12'0 ^~~~~~~~~~~
[0m[0;1;32mlabel:12'1 ^~~~~~~~~~~
[0m[0;1;30m 9: [0m[1m[0;1;46m[0m# %bb.0:[0;1;46m [0m
[0;1;32mcheck:13 ^~~~~~~~
[0m[0;1;30m 10: [0m[1m[0;1;46m [0mslli a1, a1, 24[0;1;46m [0m
[0;1;32mnext:14 ^~~~~~~~~~~~~~~
[0m[0;1;30m 11: [0m[1m[0;1;46m [0msrai a1, a1, 24[0;1;46m [0m
[0;1;32mnext:15 ^~~~~~~~~~~~~~~
[0m[0;1;30m 12: [0m[1m[0;1;46m [0mslli a0, a0, 24[0;1;46m [0m
[0;1;32mnext:16 ^~~~~~~~~~~~~~~
[0m[0;1;30m 13: [0m[1m[0;1;46m [0msrai a0, a0, 24[0;1;46m [0m
[0;1;32mnext:17 ^~~~~~~~~~~~~~~
[0m[0;1;30m 14: [0m[1m[0;1;46m [0msub a0, a0, a1[0;1;46m [0m
[0;1;32mnext:18 ^~~~~~~~~~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/111774
More information about the llvm-commits
mailing list