github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 86169 tests passed
* 1254 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### Clang
<details>
<summary>Clang.CodeGen/arm-bf16-convert-intrinsics.c</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/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    -triple aarch64 -target-feature +neon -target-feature +bf16 
   -disable-O0-optnone -emit-llvm -o - 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/arm-bf16-convert-intrinsics.c
    | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -S 
-passes=mem2reg,sroa    | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
--check-prefixes=CHECK,CHECK-A64 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/arm-bf16-convert-intrinsics.c
# 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 -triple aarch64 -target-feature +neon -target-feature +bf16 
-disable-O0-optnone -emit-llvm -o - 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/arm-bf16-convert-intrinsics.c
# .---command stderr------------
# | clang: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/TargetBuiltins/ARM.cpp:2473:
 Value *clang::CodeGen::CodeGenFunction::EmitCommonNeonBuiltinExpr(unsigned 
int, unsigned int, unsigned int, const char *, unsigned int, const CallExpr *, 
SmallVectorImpl<llvm::Value *> &, Address, Address, llvm::Triple::ArchType): 
Assertion `Int && "Expected valid intrinsic number"' failed.
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ 
and include the crash backtrace, preprocessed source, and associated run script.
# | Stack dump:
# | 0.  Program arguments: 
/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 -triple aarch64 -target-feature +neon -target-feature +bf16 
-disable-O0-optnone -emit-llvm -o - 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/arm-bf16-convert-intrinsics.c
# | 1.  <eof> parser at end of file
# | 2.  Per-file LLVM IR generation
# | 3.  
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include/arm_neon.h:44468:56:
 Generating code for declaration 'vcvtq_low_bf16_f32'
# |  #0 0x0000000008eeb0d8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:842:13
# |  #1 0x0000000008ee8805 llvm::sys::RunSignalHandlers() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18
# |  #2 0x0000000008eebea1 SignalHandler(int, siginfo_t*, void*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:429:38
# |  #3 0x00007a8b24e27330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# |  #4 0x00007a8b24e80b2c pthread_kill 
(/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# |  #5 0x00007a8b24e2727e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# |  #6 0x00007a8b24e0a8ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# |  #7 0x00007a8b24e0a81b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# |  #8 0x00007a8b24e1d517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# |  #9 0x0000000009898d10 
clang::CodeGen::CodeGenFunction::EmitCommonNeonBuiltinExpr(unsigned int, 
unsigned int, unsigned int, char const*, unsigned int, clang::CallExpr const*, 
llvm::SmallVectorImpl<llvm::Value*>&, clang::CodeGen::Address, 
clang::CodeGen::Address, llvm::Triple::ArchType) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/TargetBuiltins/ARM.cpp:1883:14
# | #10 0x00000000098db3ef 
clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr(unsigned int, 
clang::CallExpr const*, llvm::Triple::ArchType) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/TargetBuiltins/ARM.cpp:5940:12
# | #11 0x000000000955807e 
clang::CodeGen::CodeGenFunction::EmitBuiltinExpr(clang::GlobalDecl, unsigned 
int, clang::CallExpr const*, clang::CodeGen::ReturnValueSlot) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGBuiltin.cpp:6573:14
# | #12 0x0000000009336d45 
clang::CodeGen::CodeGenFunction::EmitCallExpr(clang::CallExpr const*, 
clang::CodeGen::ReturnValueSlot, llvm::CallBase**) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExpr.cpp:6345:5
# | #13 0x000000000935610a isScalar 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGValue.h:64:41
# | #14 0x000000000935610a getScalarVal 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGValue.h:73:5
# | #15 0x000000000935610a (anonymous 
namespace)::ScalarExprEmitter::VisitCallExpr(clang::CallExpr const*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp:642:36
# | #16 0x0000000009342e3d Visit 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp:453:52
# | #17 0x0000000009342e3d 
clang::CodeGen::CodeGenFunction::EmitScalarExpr(clang::Expr const*, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp:6022:8
# | #18 0x000000000930ae2d 
clang::CodeGen::CodeGenFunction::EmitAnyExprToMem(clang::Expr const*, 
clang::CodeGen::Address, clang::Qualifiers, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExpr.cpp:323:29
# | #19 0x000000000930d1aa Address 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/Address.h:170:17
# | #20 0x000000000930d1aa 
clang::CodeGen::CodeGenFunction::EmitMaterializeTemporaryExpr(clang::MaterializeTemporaryExpr
 const*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExpr.cpp:655:37
# | #21 0x0000000009318c62 
clang::CodeGen::CodeGenFunction::EmitLValueHelper(clang::Expr const*, 
clang::CodeGen::KnownNonNull_t) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExpr.cpp:1871:5
# | #22 0x000000000933f82b operator() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExpr.cpp:1702:30
# | #23 0x000000000933f82b void llvm::function_ref<void 
()>::callback_fn<clang::CodeGen::CodeGenFunction::EmitLValue(clang::Expr 
const*, clang::CodeGen::KnownNonNull_t)::$_0>(long) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:46:12
# | #24 0x000000000988ebff 
clang::StackExhaustionHandler::runWithSufficientStackSpace(clang::SourceLocation,
 llvm::function_ref<void ()>) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/StackExhaustionHandler.cpp:21:1
# | #25 0x000000000930a9be 
clang::CodeGen::CodeGenFunction::EmitLValue(clang::Expr const*, 
clang::CodeGen::KnownNonNull_t) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExpr.cpp:1704:7
# | #26 0x000000000935ebdc getAddress 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGValue.h:373:39
# | #27 0x000000000935ebdc (anonymous 
namespace)::ScalarExprEmitter::VisitCastExpr(clang::CastExpr*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp:2544:20
# | #28 0x000000000934e666 Visit 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp:453:52
# | #29 0x000000000934e666 (anonymous 
namespace)::ScalarExprEmitter::VisitBinAssign(clang::BinaryOperator const*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp:5310:13
# | #30 0x0000000009354e52 Visit 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp:453:52
# | #31 0x0000000009354e52 (anonymous 
namespace)::ScalarExprEmitter::VisitExprWithCleanups(clang::ExprWithCleanups*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp:3086:14
# | #32 0x0000000009342e3d Visit 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp:453:52
# | #33 0x0000000009342e3d 
clang::CodeGen::CodeGenFunction::EmitScalarExpr(clang::Expr const*, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp:6022:8
# | #34 0x000000000930a22d 
clang::CodeGen::CodeGenFunction::EmitIgnoredExpr(clang::Expr const*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGExpr.cpp:253:5
# | #35 0x000000000929f05e GetInsertBlock 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:201:47
# | #36 0x000000000929f05e 
clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, 
llvm::ArrayRef<clang::Attr const*>) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:130:42
# | #37 0x00000000092ad6f1 
clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt
 const&, bool, clang::CodeGen::AggValueSlot) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CGStmt.cpp:587:10
# | #38 0x000000000928aad4 EmitFunctionBody 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:0:5
# | #39 0x000000000928aad4 
clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, 
llvm::Function*, clang::CodeGen::CGFunctionInfo const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp:1620:5
# | #40 0x00000000091526d4 
clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, 
llvm::GlobalValue*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:6661:3
# | #41 0x0000000009149cff ~TimeTraceScope 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/TimeProfiler.h:200:9
# | #42 0x0000000009149cff 
clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, 
llvm::GlobalValue*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:4717:3
# | #43 0x00000000091388e6 __normal_iterator 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_iterator.h:1077:20
# | #44 0x00000000091388e6 begin 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_vector.h:884:16
# | #45 0x00000000091388e6 empty 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_vector.h:1089:16
# | #46 0x00000000091388e6 clang::CodeGen::CodeGenModule::EmitDeferred() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:3759:26
# | #47 0x0000000009134f5a clang::CodeGen::CodeGenModule::Release() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp:977:3
# | #48 0x00000000096c1acb (anonymous 
namespace)::CodeGeneratorImpl::HandleTranslationUnit(clang::ASTContext&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp:297:11
# | #49 0x00000000096b911e 
clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp:240:24
# | #50 0x000000000b19c1f9 __normal_iterator 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_iterator.h:1077:20
# | #51 0x000000000b19c1f9 begin 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_vector.h:874:16
# | #52 0x000000000b19c1f9 
finalize<std::vector<std::unique_ptr<clang::TemplateInstantiationCallback, 
std::default_delete<clang::TemplateInstantiationCallback> >, 
std::allocator<std::unique_ptr<clang::TemplateInstantiationCallback, 
std::default_delete<clang::TemplateInstantiationCallback> > > > > 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Sema/TemplateInstCallback.h:54:16
# | #53 0x000000000b19c1f9 clang::ParseAST(clang::Sema&, bool, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Parse/ParseAST.cpp:190:3
# | #54 0x0000000009bf2f16 clang::FrontendAction::Execute() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/FrontendAction.cpp:1326:10
# | #55 0x0000000009b5865d getPtr 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:278:42
# | #56 0x0000000009b5865d operator bool 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Error.h:241:16
# | #57 0x0000000009b5865d 
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Frontend/CompilerInstance.cpp:1007:23
# | #58 0x0000000009ce6b7c 
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:310:25
# | #59 0x00000000060f1859 cc1_main(llvm::ArrayRef<char const*>, char const*, 
void*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/cc1_main.cpp:304:15
# | #60 0x00000000060ed625 ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, 
llvm::ToolContext const&, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:226:12
# | #61 0x00000000060ec68d clang_main(int, char**, llvm::ToolContext const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/driver/driver.cpp:274:12
# | #62 0x00000000060fda47 main 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/driver/clang-driver.cpp:17:10
# | #63 0x00007a8b24e0c1ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #64 0x00007a8b24e0c28b __libc_start_main 
(/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #65 0x00000000060eb065 _start 
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang+0x60eb065)
# `-----------------------------
# error: command failed with exit status: -6
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -S 
-passes=mem2reg,sroa
# note: command had no output on stdout or stderr
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
--check-prefixes=CHECK,CHECK-A64 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/arm-bf16-convert-intrinsics.c
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/arm-bf16-convert-intrinsics.c:25:21:
 error: CHECK-A64-LABEL: expected string not found in input
# | // CHECK-A64-LABEL: @test_vcvt_f32_bf16(
# |                     ^
# | <stdin>:1:1: note: scanning from here
# | ; ModuleID = '<stdin>'
# | ^
# | <stdin>:1:14: note: possible intended match here
# | ; ModuleID = '<stdin>'
# |              ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/arm-bf16-convert-intrinsics.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             1: ; ModuleID = '<stdin>' 
# | label:25'0     X~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | label:25'1                  ?          possible intended match
# |             2: source_filename = "<stdin>" 
# | label:25'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/180966
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to