[Mlir-commits] [flang] [mlir] [MLIR][LLVMIR] Always use TargetFolder in IRBuilder (PR #126929)
LLVM Continuous Integration
llvmlistbot at llvm.org
Thu Feb 13 00:04:12 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `flang-aarch64-release` running on `linaro-flang-aarch64-release` while building `flang,mlir` at step 6 "test-build-unified-tree-check-flang".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/172/builds/9584
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-flang) failure: test (failure)
******************** TEST 'Flang :: Lower/real-descriptors.f90' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: bbc /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/flang/test/Lower/real-descriptors.f90 -o - | tco | /home/tcwg-buildbot/worker/flang-aarch64-release/build/bin/FileCheck /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/flang/test/Lower/real-descriptors.f90 --check-prefixes=CHECK,CHECK-KIND16
+ tco
+ /home/tcwg-buildbot/worker/flang-aarch64-release/build/bin/FileCheck /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/flang/test/Lower/real-descriptors.f90 --check-prefixes=CHECK,CHECK-KIND16
+ bbc /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/flang/test/Lower/real-descriptors.f90 -o -
/home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/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/flang-aarch64-release/llvm-project/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 @_QQclX85be7d0cef07830d05df4a6fe50e0cc4, 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