forked from OSchip/llvm-project
12 lines
386 B
MLIR
12 lines
386 B
MLIR
// RUN: mlir-opt %s -split-input-file -verify-diagnostics
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
// UnrealizedConversionCastOp
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
// expected-error@+1 {{expected at least one result for cast operation}}
|
|
"builtin.unrealized_conversion_cast"() : () -> ()
|
|
|
|
// -----
|
|
|