brintos

brintos / llvm-project-archived public Read only

0
0
Text · 273 B · d02e893 Raw
9 lines · plain
1// RUN: mlir-opt %s -verify-diagnostics -pass-pipeline='builtin.module(func.func(test-interface-pass))' -o /dev/null2 3// Test that we run the interface pass on the function.4 5// expected-remark@below {{Executing interface pass on operation}}6func.func @main() {7  return8}9