blob: 30f27934857a59103cd334a00b264c92d80b137b (
plain)
1
2
3
4
5
6
|
// RUN: mlir-opt %s | FileCheck %s
// CHECK: module {
// CHECK-NEXT: [[v1:[^ ]+]] = "test_irdl_to_cpp.bar"() : () -> !test_irdl_to_cpp.foo
module {
%0 = "test_irdl_to_cpp.bar"() : () -> !test_irdl_to_cpp.foo
}
|