github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 89665 tests passed
* 830 tests skipped
* 2 tests failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CIR/CodeGen/temporary-materialization-adjust.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -std=c++98 -triple x86_64-unknown-linux-gnu -fclangir
-emit-cir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -std=c++98 -triple x86_64-unknown-linux-gnu -fclangir
-emit-cir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir
# note: command had no output on stdout or stderr
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--input-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp
--check-prefix=CIR
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--input-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp
--check-prefix=CIR
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp:53:9:
error: CIR: expected string not found in input
# | // CIR: %[[BASE:.*]] = cir.base_class_addr %[[TEMP_ALLOCA]] :
!cir.ptr<!rec_Derived> nonnull [0] -> !cir.ptr<!rec_Base>
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir:38:102:
note: scanning from here
# | %1 = cir.alloca !cir.ptr<!s32i>, !cir.ptr<!cir.ptr<!s32i>>, ["r", init,
const] {alignment = 8 : i64} loc(#loc35)
# |
^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir:38:102:
note: with "TEMP_ALLOCA" equal to "0"
# | %1 = cir.alloca !cir.ptr<!s32i>, !cir.ptr<!cir.ptr<!s32i>>, ["r", init,
const] {alignment = 8 : i64} loc(#loc35)
# |
^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir:41:2:
note: possible intended match here
# | %3 = cir.base_class_addr nonnull %0 [0] : !cir.ptr<!rec_Derived> ->
!cir.ptr<!rec_Base> loc(#loc1)
# | ^
# |
# | Input file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 33: cir.store align(8) %7, %2 : !cir.ptr<!s32i>,
!cir.ptr<!cir.ptr<!s32i>> loc(#loc31)
# | 34: cir.return loc(#loc13)
# | 35: } loc(#loc29)
# | 36: cir.func no_inline dso_local @_Z13DerivedToBasev()
attributes {"cir.target-features" = "+cx8,+mmx,+sse,+sse2,+x87", nothrow} {
# | 37: %0 = cir.alloca !rec_Derived, !cir.ptr<!rec_Derived>,
["ref.tmp0"] {alignment = 4 : i64} loc(#loc34)
# | 38: %1 = cir.alloca !cir.ptr<!s32i>, !cir.ptr<!cir.ptr<!s32i>>,
["r", init, const] {alignment = 8 : i64} loc(#loc35)
# | check:53'0
X~~~~~~~~~~~~ error: no match found
# | check:53'1
with "TEMP_ALLOCA" equal
to "0"
# | 39: %2 = cir.get_global @__const._Z13DerivedToBasev.ref.tmp0 :
!cir.ptr<!rec_Derived> loc(#loc23)
# | check:53'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 40: cir.copy %2 to %0 : !cir.ptr<!rec_Derived> loc(#loc34)
# | check:53'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 41: %3 = cir.base_class_addr nonnull %0 [0] :
!cir.ptr<!rec_Derived> -> !cir.ptr<!rec_Base> loc(#loc1)
# | check:53'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:53'2 ?
possible intended match
# | 42: %4 = cir.get_member %3[0] {name = "x"} :
!cir.ptr<!rec_Base> -> !cir.ptr<!s32i> loc(#loc11)
# | check:53'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 43: cir.store align(8) %4, %1 : !cir.ptr<!s32i>,
!cir.ptr<!cir.ptr<!s32i>> loc(#loc34)
# | check:53'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 44: cir.return loc(#loc20)
# | check:53'0 ~~~~~~~~~~~~~~~~~~~~~~~~
# | 45: } loc(#loc33)
# | check:53'0 ~~~~~~~~~~~~~~~
# | 46: } loc(#loc)
# | check:53'0 ~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
<details>
<summary>Clang.CIR/CodeGen/temporary-materialization-adjust.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -std=c++98 -triple x86_64-unknown-linux-gnu -fclangir
-emit-cir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -std=c++98 -triple x86_64-unknown-linux-gnu -fclangir
-emit-cir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir
# note: command had no output on stdout or stderr
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--input-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp
--check-prefix=CIR
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
--input-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp
--check-prefix=CIR
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp:53:9:
error: CIR: expected string not found in input
# | // CIR: %[[BASE:.*]] = cir.base_class_addr %[[TEMP_ALLOCA]] :
!cir.ptr<!rec_Derived> nonnull [0] -> !cir.ptr<!rec_Base>
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir:38:102:
note: scanning from here
# | %1 = cir.alloca !cir.ptr<!s32i>, !cir.ptr<!cir.ptr<!s32i>>, ["r", init,
const] {alignment = 8 : i64} loc(#loc35)
# |
^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir:38:102:
note: with "TEMP_ALLOCA" equal to "0"
# | %1 = cir.alloca !cir.ptr<!s32i>, !cir.ptr<!cir.ptr<!s32i>>, ["r", init,
const] {alignment = 8 : i64} loc(#loc35)
# |
^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir:41:2:
note: possible intended match here
# | %3 = cir.base_class_addr nonnull %0 [0] : !cir.ptr<!rec_Derived> ->
!cir.ptr<!rec_Base> loc(#loc1)
# | ^
# |
# | Input file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CIR/CodeGen/Output/temporary-materialization-adjust.cpp.tmp.cir
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CIR/CodeGen/temporary-materialization-adjust.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 33: cir.store align(8) %7, %2 : !cir.ptr<!s32i>,
!cir.ptr<!cir.ptr<!s32i>> loc(#loc31)
# | 34: cir.return loc(#loc13)
# | 35: } loc(#loc29)
# | 36: cir.func no_inline dso_local @_Z13DerivedToBasev()
attributes {"cir.target-features" = "+cx8,+mmx,+sse,+sse2,+x87", nothrow} {
# | 37: %0 = cir.alloca !rec_Derived, !cir.ptr<!rec_Derived>,
["ref.tmp0"] {alignment = 4 : i64} loc(#loc34)
# | 38: %1 = cir.alloca !cir.ptr<!s32i>, !cir.ptr<!cir.ptr<!s32i>>,
["r", init, const] {alignment = 8 : i64} loc(#loc35)
# | check:53'0
X~~~~~~~~~~~~ error: no match found
# | check:53'1
with "TEMP_ALLOCA" equal
to "0"
# | 39: %2 = cir.get_global @__const._Z13DerivedToBasev.ref.tmp0 :
!cir.ptr<!rec_Derived> loc(#loc23)
# | check:53'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 40: cir.copy %2 to %0 : !cir.ptr<!rec_Derived> loc(#loc34)
# | check:53'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 41: %3 = cir.base_class_addr nonnull %0 [0] :
!cir.ptr<!rec_Derived> -> !cir.ptr<!rec_Base> loc(#loc1)
# | check:53'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:53'2 ?
possible intended match
# | 42: %4 = cir.get_member %3[0] {name = "x"} :
!cir.ptr<!rec_Base> -> !cir.ptr<!s32i> loc(#loc11)
# | check:53'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 43: cir.store align(8) %4, %1 : !cir.ptr<!s32i>,
!cir.ptr<!cir.ptr<!s32i>> loc(#loc34)
# | check:53'0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 44: cir.return loc(#loc20)
# | check:53'0 ~~~~~~~~~~~~~~~~~~~~~~~~
# | 45: } loc(#loc33)
# | check:53'0 ~~~~~~~~~~~~~~~
# | 46: } loc(#loc)
# | check:53'0 ~~~~~~~~~~~~
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken
or flaky at HEAD), please open an issue at
https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/195478
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits