Issue |
132747
|
Summary |
[mlir] -split-input-file crashes
|
Labels |
|
Assignees |
|
Reporter |
wwy6191
|
git version: 59fd2878fce470f02058f43d4b818ed68ce04094
system: `Ubuntu 18.04.6 LTS`
reproduce with: `mlir-opt --split-input-file a.mlir`
a.mlir:
```
module {
func.func @reduce_different_inputs(%arg0: tensor<16xf16>, %arg1: tensor<?xf16>) -> tensor<16xf16> {
%reduce = linalg.reduce ins(%arg0 : tensor<16xf16>) outs(%arg1 : tensor<?xf16>) dimensions = 0 (1) index 1 (1) (1) (1) (1) (1) (1) (1) ({ -1, 1 : tensor<128xf16>, -1 : tensor<128xf16>}) -> tensor<128xf16>
%reduce_0 = linalg.reduce ins(%arg0 : tensor<16xf16>) outs(%arg1 : tensor<?xf16>) dimensions = 0 (1) index 1 (1) (1) (1) (1) (1) (1) (1) ({ -1, 1 : tensor<128xf16>, -1 : tensor<128xf16>}) -> tensor<128xf16>
return %reduce_0 : tensor<128xf16>
}
func.func private @mlirAsyncRuntimeAddRef(!llvm.ptr, i64)
func.func private @mlirAsyncRuntimeDropRef(!llvm.ptr, i64)
func.func private @mlirAsyncRuntimeCreateToken() ->!llvm.ptr
func.func private @mlirAsyncRuntimeCreateValue(i64) ->!llvm.ptr
func.func private @mlirAsyncRuntimeCreateGroup(i64) ->!llvm.ptr
func.func private @mlirAsyncRuntimeEmplaceToken(!llvm.ptr)
func.func private @mlirAsyncRuntimeEmplaceValue(!llvm.ptr)
func.func private @mlirAsyncRuntimeSetTokenError(!llvm.ptr)
func.func private @mlirAsyncRuntimeSetValueError(!llvm.ptr)
func.func private @mlirAsyncRuntimeIsTokenError(!llvm.ptr) -> i1
func.func private @mlirAsyncRuntimeIsValueError(!llvm.ptr) -> i1
func.func private @mlirAsyncRuntimeIsGroupError(!llvm.ptr) -> i1
func.func private @mlirAsyncRuntimeAwaitToken(!llvm.ptr)
func.func private @mlirAsyncRuntimeAwaitValue(!llvm.ptr)
func.func private @mlirAsyncRuntimeAwaitAllInGroup(!llvm.ptr)
func.func private @
```
stack trace:
```
within split at /data/szy/MLIR/seed/seed0/tmp.90QLPEfrIp.mlir:1 offset :3:97: error: expected '['
%reduce = linalg.reduce ins(%arg0 : tensor<16xf16>) outs(%arg1 : tensor<?xf16>) dimensions = 0 (1) index 1 (1) (1) (1) (1) (1) (1) (1) ({ -1, 1 : tensor<128xf16>, -1 : tensor<128xf16>}) -> tensor<128xf16>
^
mlir-opt: /data/szy/MLIR/llvm-project/mlir/lib/IR/OperationSupport.cpp:129: Attribute mlir::NamedAttrList::set(StringRef, Attribute): Assertion `value && "attributes may never be null"' failed.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
0. Program arguments: /data/szy/MLIR/llvm-project/install/bin/mlir-opt --split-input-file /data/szy/MLIR/seed/seed0/tmp.90QLPEfrIp.mlir
1. MLIR Parser: custom op parser 'builtin.module'
2. MLIR Parser: custom op parser 'func.func'
3. MLIR Parser: custom op parser 'linalg.reduce'
#0 0x000056005f8e9db8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x11bddb8)
#1 0x000056005f8e78be llvm::sys::RunSignalHandlers() (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x11bb8be)
#2 0x000056005f8ea736 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0
#3 0x00007fc4e0101420 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x14420)
#4 0x00007fc4df73e00b raise /build/glibc-LcI20x/glibc-2.31/signal/../sysdeps/unix/sysv/linux/raise.c:51:1
#5 0x00007fc4df71d859 abort /build/glibc-LcI20x/glibc-2.31/stdlib/abort.c:81:7
#6 0x00007fc4df71d729 get_sysdep_segment_value /build/glibc-LcI20x/glibc-2.31/intl/loadmsgcat.c:509:8
#7 0x00007fc4df71d729 _nl_load_domain /build/glibc-LcI20x/glibc-2.31/intl/loadmsgcat.c:970:34
#8 0x00007fc4df72efd6 (/lib/x86_64-linux-gnu/libc.so.6+0x33fd6)
#9 0x0000560062a9bfc9 (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x436ffc9)
#10 0x00005600602b1d04 llvm::ParseResult llvm::function_ref<llvm::ParseResult (mlir::OpAsmParser&, mlir::NamedAttrList&)>::callback_fn<mlir::linalg::ReduceOp::parse(mlir::OpAsmParser&, mlir::OperationState&)::$_0>(long, mlir::OpAsmParser&, mlir::NamedAttrList&) LinalgOps.cpp:0:0
#11 0x00005600601843da parseDstStyleOp(mlir::OpAsmParser&, mlir::OperationState&, llvm::function_ref<llvm::ParseResult (mlir::OpAsmParser&, mlir::NamedAttrList&)>) LinalgOps.cpp:0:0
#12 0x0000560060187302 mlir::linalg::ReduceOp::parse(mlir::OpAsmParser&, mlir::OperationState&) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x1a5b302)
#13 0x0000560065a527e4 (anonymous namespace)::OperationParser::parseOperation() Parser.cpp:0:0
#14 0x0000560065a5d9a4 (anonymous namespace)::OperationParser::parseBlock(mlir::Block*&) Parser.cpp:0:0
#15 0x0000560065a5b85c (anonymous namespace)::OperationParser::parseRegion(mlir::Region&, llvm::ArrayRef<mlir::OpAsmParser::Argument>, bool) Parser.cpp:0:0
#16 0x0000560065a59acc (anonymous namespace)::CustomOpAsmParser::parseOptionalRegion(mlir::Region&, llvm::ArrayRef<mlir::OpAsmParser::Argument>, bool) Parser.cpp:0:0
#17 0x0000560065b5be32 mlir::function_interface_impl::parseFunctionOp(mlir::OpAsmParser&, mlir::OperationState&, bool, mlir::StringAttr, llvm::function_ref<mlir::Type (mlir::Builder&, llvm::ArrayRef<mlir::Type>, llvm::ArrayRef<mlir::Type>, mlir::function_interface_impl::VariadicFlag, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&)>, mlir::StringAttr, mlir::StringAttr) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x742fe32)
#18 0x000056005ff6c7fa mlir::func::FuncOp::parse(mlir::OpAsmParser&, mlir::OperationState&) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x18407fa)
#19 0x0000560065a527e4 (anonymous namespace)::OperationParser::parseOperation() Parser.cpp:0:0
#20 0x0000560065a5d9a4 (anonymous namespace)::OperationParser::parseBlock(mlir::Block*&) Parser.cpp:0:0
#21 0x0000560065a5b6d5 (anonymous namespace)::OperationParser::parseRegion(mlir::Region&, llvm::ArrayRef<mlir::OpAsmParser::Argument>, bool) Parser.cpp:0:0
#22 0x0000560062a10b9e mlir::ModuleOp::parse(mlir::OpAsmParser&, mlir::OperationState&) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x42e4b9e)
#23 0x0000560065a527e4 (anonymous namespace)::OperationParser::parseOperation() Parser.cpp:0:0
#24 0x0000560065a515ad mlir::parseAsmSourceFile(llvm::SourceMgr const&, mlir::Block*, mlir::ParserConfig const&, mlir::AsmParserState*, mlir::AsmParserCodeCompleteContext*) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x73255ad)
#25 0x00005600628f0f0f mlir::parseSourceFile(std::shared_ptr<llvm::SourceMgr> const&, mlir::Block*, mlir::ParserConfig const&, mlir::LocationAttr*) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x41c4f0f)
#26 0x00005600628efe8e mlir::parseSourceFileForTool(std::shared_ptr<llvm::SourceMgr> const&, mlir::ParserConfig const&, bool) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x41c3e8e)
#27 0x00005600628ef67f performActions(llvm::raw_ostream&, std::shared_ptr<llvm::SourceMgr> const&, mlir::MLIRContext*, mlir::MlirOptMainConfig const&) MlirOptMain.cpp:0:0
#28 0x00005600628ef3ed llvm::LogicalResult llvm::function_ref<llvm::LogicalResult (std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer>>, llvm::raw_ostream&)>::callback_fn<mlir::MlirOptMain(llvm::raw_ostream&, std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer>>, mlir::DialectRegistry&, mlir::MlirOptMainConfig const&)::$_0>(long, std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer>>, llvm::raw_ostream&) MlirOptMain.cpp:0:0
#29 0x000056006299a726 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::operator()(llvm::StringRef) const ToolUtilities.cpp:0:0
#30 0x000056006299a39d 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) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x426e39d)
#31 0x00005600628e9405 mlir::MlirOptMain(llvm::raw_ostream&, std::unique_ptr<llvm::MemoryBuffer, std::default_delete<llvm::MemoryBuffer>>, mlir::DialectRegistry&, mlir::MlirOptMainConfig const&) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x41bd405)
#32 0x00005600628e96af mlir::MlirOptMain(int, char**, llvm::StringRef, llvm::StringRef, mlir::DialectRegistry&) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x41bd6af)
#33 0x00005600628e99de mlir::MlirOptMain(int, char**, llvm::StringRef, mlir::DialectRegistry&) (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x41bd9de)
#34 0x000056005f8c8337 main (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x119c337)
#35 0x00007fc4df71f083 __libc_start_main /build/glibc-LcI20x/glibc-2.31/csu/../csu/libc-start.c:342:3
#36 0x000056005f8c7e9e _start (/data/szy/MLIR/llvm-project/install/bin/mlir-opt+0x119be9e)
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs