[llvm] AArch64: Add tests for atomicrmw fp operations (PR #103701)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 08:49:00 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/4162

<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/atomicrmw-fmin.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 -mtriple=aarch64-linux-gnu -O1 -fast-isel=0 -global-isel=false /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll -o - | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck -check-prefix=NOLSE /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck -check-prefix=NOLSE /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=aarch64-linux-gnu -O1 -fast-isel=0 -global-isel=false /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll -o -
/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll:636:15: error: NOLSE-NEXT: is not on the line after the previous match
; NOLSE-NEXT: str q0, [sp, #48]
              ^
<stdin>:275:2: note: 'next' match was here
 str q0, [sp, #48]
 ^
<stdin>:271:10: note: previous match ended here
 bl fminl
         ^
<stdin>:272:1: note: non-matching line after previous match is here
 str q0, [sp, #64]
^

Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll

-dump-input=help explains the following input dump.

Input was:
<<<<<<
              1:  .text 
              2:  .file "atomicrmw-fmin.ll" 
              3:  .globl test_atomicrmw_fmin_f16_seq_cst_align2 // -- Begin function test_atomicrmw_fmin_f16_seq_cst_align2 
              4:  .p2align 2 
              5:  .type test_atomicrmw_fmin_f16_seq_cst_align2, at function 
              6: test_atomicrmw_fmin_f16_seq_cst_align2: // @test_atomicrmw_fmin_f16_seq_cst_align2 
label:10'0       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
label:10'1       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              7: // %bb.0: 
check:11         ^~~~~~~~~
              8:  fcvt s1, h0 
next:12           ^~~~~~~~~~~
              9:  ldr h0, [x0] 
next:13           ^~~~~~~~~~~~
             10:  b .LBB0_2 
next:14           ^~~~~~~~~
             11: .LBB0_1: // %atomicrmw.start 
next:15          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
             12:  // in Loop: Header=BB0_2 Depth=1 
next:16           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             13:  fmov s0, w10 
next:17           ^~~~~~~~~~~~
...

```

</details>

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


More information about the llvm-commits mailing list