brintos

brintos / llvm-project-archived public Read only

0
0
Text · 220 B · 30f2793 Raw
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