summaryrefslogtreecommitdiff
path: root/mlir/test/Pass/interface-pass.mlir
blob: d02e8937f43aae59368f43e94e87b94a534a0617 (plain)
1
2
3
4
5
6
7
8
// RUN: mlir-opt %s -verify-diagnostics -pass-pipeline='builtin.module(func.func(test-interface-pass))' -o /dev/null

// Test that we run the interface pass on the function.

// expected-remark@below {{Executing interface pass on operation}}
func.func @main() {
  return
}