[Mlir-commits] [flang] [mlir] [MLIR][LLVMIR] Always use TargetFolder in IRBuilder (PR #126929)
LLVM Continuous Integration
llvmlistbot at llvm.org
Thu Feb 13 00:59:35 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve-vls` running on `linaro-g3-03` while building `flang,mlir` at step 7 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/143/builds/5420
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'Flang :: Lower/real-descriptors.f90' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: bbc /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/flang/test/Lower/real-descriptors.f90 -o - | tco | /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/flang/test/Lower/real-descriptors.f90 --check-prefixes=CHECK,CHECK-KIND16
+ bbc /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/flang/test/Lower/real-descriptors.f90 -o -
+ tco
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/flang/test/Lower/real-descriptors.f90 --check-prefixes=CHECK,CHECK-KIND16
/home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/flang/test/Lower/real-descriptors.f90:81:18: error: CHECK-KIND16: expected string not found in input
! CHECK-KIND16: insertvalue { ptr, i64, i32, i8, i8, i8, i8 } { ptr undef, i64 ptrtoint (ptr getelementptr (fp128, ptr null, i32 1) to i64), i32 {{[0-9]*}}, i8 0, i8 31, i8 0, i8 0 }, ptr %{{[0-9]*}}, 0
^
<stdin>:137:28: note: scanning from here
define void @_QPtest_kind16(ptr captures(none) %0, ptr captures(none) %1) {
^
Input file: <stdin>
Check file: /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/flang/test/Lower/real-descriptors.f90
-dump-input=help explains the following input dump.
Input was:
<<<<<<
.
.
.
132: %17 = call i1 @_FortranAioOutputComplex32(ptr %13, float %15, float %16)
133: %18 = call i32 @_FortranAioEndIoStatement(ptr %13)
134: ret void
135: }
136:
137: define void @_QPtest_kind16(ptr captures(none) %0, ptr captures(none) %1) {
check:81 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
138: %3 = alloca { ptr, i64, i32, i8, i8, i8, i8 }, align 8
check:81 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139: %4 = alloca { ptr, i64, i32, i8, i8, i8, i8 }, align 8
check:81 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140: %5 = call ptr @_FortranAioBeginInternalListInput(ptr @_QFtest_kind16Ein, i64 10, ptr null, i64 0, ptr @_QQclX1390071b7d49df10c4e30d65e2ac7327, i32 80)
check:81 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
141: %6 = insertvalue { ptr, i64, i32, i8, i8, i8, i8 } { ptr undef, i64 16, i32 20240719, i8 0, i8 31, i8 0, i8 0 }, ptr %0, 0
check:81 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
142: store { ptr, i64, i32, i8, i8, i8, i8 } %6, ptr %4, align 8, !tbaa !24
check:81 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.
.
.
>>>>>>
--
...
```
</details>
https://github.com/llvm/llvm-project/pull/126929
More information about the Mlir-commits
mailing list