github-actions[bot] wrote:

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

* 173487 tests passed
* 3281 tests skipped
* 4 tests failed

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

### MLIR
<details>
<summary>MLIR.Target/LLVMIR/rocdl.mlir</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-translate
 -mlir-to-llvmir 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Target/LLVMIR/rocdl.mlir
 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Target/LLVMIR/rocdl.mlir
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-translate
 -mlir-to-llvmir 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Target/LLVMIR/rocdl.mlir
# .---command stderr------------
# | mlir-translate: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/IR/Instructions.cpp:762:
 void llvm::CallInst::init(FunctionType *, Value *, ArrayRef<Value *>, 
ArrayRef<OperandBundleDef>, const Twine &): Assertion `(i >= 
FTy->getNumParams() || FTy->getParamType(i) == Args[i]->getType()) && "Calling 
a function with a bad signature!"' failed.
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ 
and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.  Program arguments: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-translate
 -mlir-to-llvmir 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Target/LLVMIR/rocdl.mlir
# |  #0 0x0000000000e9ea78 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:880:13
# |  #1 0x0000000000e9ba41 llvm::sys::RunSignalHandlers() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18
# |  #2 0x0000000000e9fbb1 SignalHandler(int, siginfo_t*, void*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:448:38
# |  #3 0x00007948fdbc2330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
# |  #4 0x00007948fdc1bb2c pthread_kill 
(/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c)
# |  #5 0x00007948fdbc227e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e)
# |  #6 0x00007948fdba58ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff)
# |  #7 0x00007948fdba581b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b)
# |  #8 0x00007948fdbb8517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517)
# |  #9 0x0000000003386a8c operator[] 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:248:7
# | #10 0x0000000003386a8c llvm::CallInst::init(llvm::FunctionType*, 
llvm::Value*, llvm::ArrayRef<llvm::Value*>, 
llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*>>, llvm::Twine const&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/IR/Instructions.cpp:761:37
# | #11 0x00000000017f51bf llvm::CallInst::Create(llvm::FunctionType*, 
llvm::Value*, llvm::ArrayRef<llvm::Value*>, 
llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*>>, llvm::Twine const&, 
llvm::InsertPosition) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/Instructions.h:1579:5
# | #12 0x00000000017f4d33 llvm::IRBuilderBase::CreateCall(llvm::FunctionType*, 
llvm::Value*, llvm::ArrayRef<llvm::Value*>, 
llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*>>, llvm::Twine const&, 
llvm::MDNode*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:2560:20
# | #13 0x00000000017e6ae1 CreateCall 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/IR/IRBuilder.h:2577:12
# | #14 0x00000000017e6ae1 
mlir::LLVM::detail::createIntrinsicCall(llvm::IRBuilderBase&, 
mlir::LLVM::ModuleTranslation&, mlir::Operation*, unsigned int, unsigned int, 
llvm::ArrayRef<unsigned int>, llvm::ArrayRef<unsigned int>, 
llvm::ArrayRef<unsigned int>, llvm::ArrayRef<llvm::StringLiteral>) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Target/LLVMIR/ModuleTranslation.cpp:1007:18
# | #15 0x0000000002653196 (anonymous 
namespace)::ROCDLDialectLLVMIRTranslationInterface::convertOperation(mlir::Operation*,
 llvm::IRBuilderBase&, mlir::LLVM::ModuleTranslation&) const 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/ROCDLConversions.inc:0:0
# | #16 0x00000000017e761b 
mlir::LLVM::ModuleTranslation::convertOperationImpl(mlir::Operation&, 
llvm::IRBuilderBase&, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Target/LLVMIR/ModuleTranslation.cpp:1023:7
# | #17 0x00000000017e7e75 
mlir::LLVM::ModuleTranslation::convertBlockImpl(mlir::Block&, bool, 
llvm::IRBuilderBase&, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Target/LLVMIR/ModuleTranslation.cpp:1073:9
# | #18 0x00000000017ece85 
mlir::LLVM::ModuleTranslation::convertOneFunction(mlir::LLVM::LLVMFuncOp) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Target/LLVMIR/ModuleTranslation.cpp:1619:16
# | #19 0x00000000017f0a03 mlir::LLVM::ModuleTranslation::convertFunctions() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Target/LLVMIR/ModuleTranslation.cpp:2037:9
# | #20 0x00000000017f41aa mlir::translateModuleToLLVMIR(mlir::Operation*, 
llvm::LLVMContext&, llvm::StringRef, bool) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Target/LLVMIR/ModuleTranslation.cpp:2546:7
# | #21 0x00000000017e0f80 _M_ptr 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/unique_ptr.h:199:51
# | #22 0x00000000017e0f80 get 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/unique_ptr.h:470:21
# | #23 0x00000000017e0f80 operator bool 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/unique_ptr.h:487:16
# | #24 0x00000000017e0f80 operator() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Target/LLVMIR/ConvertToLLVMIR.cpp:31:14
# | #25 0x00000000017e0f80 __invoke_impl<llvm::LogicalResult, (lambda at 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Target/LLVMIR/ConvertToLLVMIR.cpp:28:7)
 &, mlir::Operation *, llvm::raw_ostream &> 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/invoke.h:61:14
# | #26 0x00000000017e0f80 __invoke_r<llvm::LogicalResult, (lambda at 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Target/LLVMIR/ConvertToLLVMIR.cpp:28:7)
 &, mlir::Operation *, llvm::raw_ostream &> 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/invoke.h:114:9
# | #27 0x00000000017e0f80 std::_Function_handler<llvm::LogicalResult 
(mlir::Operation*, llvm::raw_ostream&), 
mlir::registerToLLVMIRTranslation()::$_0>::_M_invoke(std::_Any_data const&, 
mlir::Operation*&&, llvm::raw_ostream&) 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/std_function.h:290:9
# | #28 0x0000000000fca862 operator() 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/std_function.h:591:9
# | #29 0x0000000000fca862 operator() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Tools/mlir-translate/Translation.cpp:152:16
# | #30 0x0000000000fca862 __invoke_impl<llvm::LogicalResult, (lambda at 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Tools/mlir-translate/Translation.cpp:140:7)
 &, const std::shared_ptr<llvm::SourceMgr> &, llvm::raw_ostream &, 
mlir::MLIRContext *> 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/invoke.h:61:14
# | #31 0x0000000000fca862 __invoke_r<llvm::LogicalResult, (lambda at 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Tools/mlir-translate/Translation.cpp:140:7)
 &, const std::shared_ptr<llvm::SourceMgr> &, llvm::raw_ostream &, 
mlir::MLIRContext *> 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/invoke.h:114:9
# | #32 0x0000000000fca862 std::_Function_handler<llvm::LogicalResult 
(std::shared_ptr<llvm::SourceMgr> const&, llvm::raw_ostream&, 
mlir::MLIRContext*), 
mlir::TranslateFromMLIRRegistration::TranslateFromMLIRRegistration(llvm::StringRef,
 llvm::StringRef, std::function<llvm::LogicalResult (mlir::Operation*, 
llvm::raw_ostream&)> const&, std::function<void (mlir::DialectRegistry&)> 
const&)::$_0>::_M_invoke(std::_Any_data const&, 
std::shared_ptr<llvm::SourceMgr> const&, llvm::raw_ostream&, 
mlir::MLIRContext*&&) 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/std_function.h:290:9
# | #33 0x0000000000e68aec operator() 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/std_function.h:591:9
# | #34 0x0000000000e68aec operator() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Tools/mlir-translate/Translation.h:81:12
# | #35 0x0000000000e68aec operator() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Tools/mlir-translate/MlirTranslateMain.cpp:187:18
# | #36 0x0000000000e68aec llvm::LogicalResult 
llvm::function_ref<llvm::LogicalResult (std::unique_ptr<llvm::MemoryBuffer, 
std::default_delete<llvm::MemoryBuffer>>, 
llvm::raw_ostream&)>::callback_fn<mlir::mlirTranslateMain(int, char**, 
llvm::StringRef)::$_1>(long, std::unique_ptr<llvm::MemoryBuffer, 
std::default_delete<llvm::MemoryBuffer>>, llvm::raw_ostream&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:46:12
# | #37 0x0000000000fd92b9 ~unique_ptr 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/unique_ptr.h:403:6
# | #38 0x0000000000fd92b9 operator() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:69:5
# | #39 0x0000000000fd92b9 operator() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Support/ToolUtilities.cpp:111:12
# | #40 0x0000000000fd92b9 llvm::LogicalResult 
llvm::function_ref<llvm::LogicalResult (std::unique_ptr<llvm::MemoryBuffer, 
std::default_delete<llvm::MemoryBuffer>>, llvm::MemoryBufferRef const&, 
llvm::raw_ostream&)>::callback_fn<mlir::splitAndProcessBuffer(std::unique_ptr<llvm::MemoryBuffer,
 std::default_delete<llvm::MemoryBuffer>>, 
llvm::function_ref<llvm::LogicalResult (std::unique_ptr<llvm::MemoryBuffer, 
std::default_delete<llvm::MemoryBuffer>>, llvm::raw_ostream&)>, 
llvm::raw_ostream&, llvm::StringRef, llvm::StringRef)::$_0>(long, 
std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer>>, 
llvm::MemoryBufferRef const&, llvm::raw_ostream&) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:46:12
# | #41 0x0000000000fd8d35 operator() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/STLFunctionalExtras.h:69:12
# | #42 0x0000000000fd8d35 
mlir::splitAndProcessBuffer(std::unique_ptr<llvm::MemoryBuffer, 
std::default_delete<llvm::MemoryBuffer>>, 
llvm::function_ref<llvm::LogicalResult (std::unique_ptr<llvm::MemoryBuffer, 
std::default_delete<llvm::MemoryBuffer>>, llvm::MemoryBufferRef const&, 
llvm::raw_ostream&)>, llvm::raw_ostream&, llvm::StringRef, llvm::StringRef) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Support/ToolUtilities.cpp:30:12
# | #43 0x0000000000fd9087 ~unique_ptr 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/unique_ptr.h:403:6
# | #44 0x0000000000fd9087 
mlir::splitAndProcessBuffer(std::unique_ptr<llvm::MemoryBuffer, 
std::default_delete<llvm::MemoryBuffer>>, 
llvm::function_ref<llvm::LogicalResult (std::unique_ptr<llvm::MemoryBuffer, 
std::default_delete<llvm::MemoryBuffer>>, llvm::raw_ostream&)>, 
llvm::raw_ostream&, llvm::StringRef, llvm::StringRef) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Support/ToolUtilities.cpp:113:3
# | #45 0x0000000000e6512e mlir::mlirTranslateMain(int, char**, 
llvm::StringRef) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Tools/mlir-translate/MlirTranslateMain.cpp:203:14
# | #46 0x0000000000e64d30 main 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/tools/mlir-translate/mlir-translate.cpp:42:17
# | #47 0x00007948fdba71ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca)
# | #48 0x00007948fdba728b __libc_start_main 
(/lib/x86_64-linux-gnu/libc.so.6+0x2a28b)
# | #49 0x0000000000e64c25 _start 
(/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-translate+0xe64c25)
# `-----------------------------
# error: command failed with exit status: -6
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Target/LLVMIR/rocdl.mlir
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Target/LLVMIR/rocdl.mlir
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>

### lld
<details>
<summary>lld.ELF/lto/amdgcn-oses.ll</summary>

```
Exit Code: -6

Command Output (stdout):
--
# RUN: at line 3
split-file 
/home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/ELF/lto/amdgcn-oses.ll
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn-oses.ll.tmp
# executed command: split-file 
/home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/ELF/lto/amdgcn-oses.ll
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn-oses.ll.tmp
# note: command had no output on stdout or stderr
# RUN: at line 5
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-as 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn-oses.ll.tmp/amdhsa.ll
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn-oses.ll.tmp/amdhsa.o
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-as 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn-oses.ll.tmp/amdhsa.ll
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn-oses.ll.tmp/amdhsa.o
# note: command had no output on stdout or stderr
# RUN: at line 6
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/ld.lld 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn-oses.ll.tmp/amdhsa.o
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn-oses.ll.tmp/amdhsa.so
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/ld.lld 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn-oses.ll.tmp/amdhsa.o
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn-oses.ll.tmp/amdhsa.so
# .---command stderr------------
# | LLVM ERROR: Can't create a MachineFunction using a Module with a 
Target-incompatible DataLayout attached
# |   Target DataLayout: 
e-m:e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-p7:160:256:256:32-p8:128:128:128:48-p9:192:256:256:32-p15:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9
# |   Module DataLayout: 
e-m:e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9-p7:160:256:256:32-p8:128:128:128:48-p9:192:256:256:32
# | 
# `-----------------------------
# error: command failed with exit status: -6

--

```
</details>
<details>
<summary>lld.ELF/lto/amdgcn.ll</summary>

```
Exit Code: -6

Command Output (stdout):
--
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-as 
/home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/ELF/lto/amdgcn.ll
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn.ll.tmp.o
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-as 
/home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/ELF/lto/amdgcn.ll
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn.ll.tmp.o
# note: command had no output on stdout or stderr
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/ld.lld 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn.ll.tmp.o
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn.ll.tmp
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/ld.lld 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn.ll.tmp.o
 -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/ELF/lto/Output/amdgcn.ll.tmp
# .---command stderr------------
# | LLVM ERROR: Can't create a MachineFunction using a Module with a 
Target-incompatible DataLayout attached
# |   Target DataLayout: 
e-m:e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-p7:160:256:256:32-p8:128:128:128:48-p9:192:256:256:32-p15:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9
# |   Module DataLayout: 
e-m:e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9-p7:160:256:256:32-p8:128:128:128:48-p9:192:256:256:32
# | 
# `-----------------------------
# error: command failed with exit status: -6

--

```
</details>

### LLVM
<details>
<summary>LLVM.Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -mtriple 
amdgcn-unknown-amdhsa -passes='print<uniformity>' -disable-output 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll
 2>&1 | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt -mtriple 
amdgcn-unknown-amdhsa '-passes=print<uniformity>' -disable-output 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll:3:16:
 error: CHECK-LABEL: expected string not found in input
# | ; CHECK-LABEL: for function 'readfirstlane':
# |                ^
# | <stdin>:1:1: note: scanning from here
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll:134:22:
 error: invalid intrinsic signature
# | ^
# | <stdin>:2:46: note: possible intended match here
# |  %result = call i32 @llvm.amdgcn.s.get.named.barrier.state(ptr addrspace(3) 
%bar)
# |                                              ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            1: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/opt: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll:134:22:
 error: invalid intrinsic signature 
# | label:3'0     
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 error: no match found
# |            2:  %result = call i32 
@llvm.amdgcn.s.get.named.barrier.state(ptr addrspace(3) %bar) 
# | label:3'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | label:3'1                                                  ?                
                     possible intended match
# |            3:  ^ 
# | label:3'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/195613
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to