7 lines · plain
1// RUN: mlir-opt %s | FileCheck %s2// CHECK: module {3// CHECK-NEXT: [[v1:[^ ]+]] = "test_irdl_to_cpp.bar"() : () -> !test_irdl_to_cpp.foo4module {5 %0 = "test_irdl_to_cpp.bar"() : () -> !test_irdl_to_cpp.foo6}7 1// RUN: mlir-opt %s | FileCheck %s2// CHECK: module {3// CHECK-NEXT: [[v1:[^ ]+]] = "test_irdl_to_cpp.bar"() : () -> !test_irdl_to_cpp.foo4module {5 %0 = "test_irdl_to_cpp.bar"() : () -> !test_irdl_to_cpp.foo6}7