bolt/deps/llvm-18.1.8/mlir/test/Pass/interface-pass.mlir
2025-02-14 19:21:04 +01:00

8 lines
273 B
MLIR

// 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
}