Files
clang-p2996/mlir/test/Pass/interface-pass.mlir
River Riddle a4936cb3e8 [mlir][NFC] Update textual references of func to func.func in Pass/Target tests
The special case parsing of `func` operations is being removed.
2022-04-20 22:17:30 -07:00

9 lines
257 B
MLIR

// RUN: mlir-opt %s -verify-diagnostics -pass-pipeline='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
}