[MemProf] Templatize CallStackRadixTreeBuilder (NFC) (#117014)
[llvm-project.git] / mlir / test / Pass / invalid-interface-pass.mlir
blob8f58f39200308d5fe8e8a3adc1741d1d1ad8e3c2
1 // RUN: not mlir-opt %s -pass-pipeline='builtin.module(test-interface-pass)' 2>&1 | FileCheck %s
3 // Test that we emit an error when an interface pass is added to a pass manager it can't be scheduled on.
5 // CHECK: unable to schedule pass '{{.*}}' on a PassManager intended to run on 'builtin.module'!
7 func.func @main() {
8   return