[llvm] [Mips] Add test file for 'xor' and 'and' instructions (PR #106679)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 16:47:45 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `flang-aarch64-out-of-tree` running on `linaro-flang-aarch64-out-of-tree` while building `llvm` at step 8 "test-build-flang-unified-tree-check-flang".

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

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

```
Step 8 (test-build-flang-unified-tree-check-flang) failure: test (failure)
******************** TEST 'Flang :: Lower/common-block.f90' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: bbc /home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/llvm-project/flang/test/Lower/common-block.f90 -o - | tco | /home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/build_llvm/bin/FileCheck /home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/llvm-project/flang/test/Lower/common-block.f90
+ bbc /home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/llvm-project/flang/test/Lower/common-block.f90 -o -
+ tco
+ /home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/build_llvm/bin/FileCheck /home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/llvm-project/flang/test/Lower/common-block.f90
/home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/llvm-project/flang/test/Lower/common-block.f90:79:3: warning: REAL(KIND=16) is not an enabled type for this target
    real(16) r16
    ^^^^^^^^^^^^
/home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/llvm-project/flang/test/Lower/common-block.f90:6:10: error: CHECK: expected string not found in input
! CHECK: @co1_ = common global [16 x i8] zeroinitializer, align 16
         ^
<stdin>:8:51: note: scanning from here
@__BLNK__ = common global [8 x i8] zeroinitializer, align 4
                                                  ^
<stdin>:14:1: note: possible intended match here
@y_ = common global [12 x i8] zeroinitializer, align 4
^

Input file: <stdin>
Check file: /home/tcwg-buildbot/worker/flang-aarch64-out-of-tree/llvm-project/flang/test/Lower/common-block.f90

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

Input was:
<<<<<<
           1: ; ModuleID = 'FIRModule' 
           2: source_filename = "FIRModule" 
           3: target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32" 
           4: target triple = "aarch64-unknown-linux-gnu" 
           5:  
           6: $_QQclXdd493c70bc5cdedd785337447a961b76 = comdat any 
           7:  
           8: @__BLNK__ = common global [8 x i8] zeroinitializer, align 4 
check:6'0                                                       X~~~~~~~~~ error: no match found
           9: @c_in_mod_ = common global [8 x i8] zeroinitializer, align 4 
check:6'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          10: @co1_ = common global [16 x i8] zeroinitializer 
check:6'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          11: @rien_ = common global [1 x i8] zeroinitializer 
check:6'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          12: @with_empty_equiv_ = common global [8 x i8] zeroinitializer, align 4 
check:6'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          13: @x_ = global { float, float } { float 1.000000e+00, float 2.000000e+00 }, align 4 
check:6'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          14: @y_ = common global [12 x i8] zeroinitializer, align 4 
check:6'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...

```

</details>

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


More information about the llvm-commits mailing list