[RISCV] Fix the code alignment for GroupFloatVectors. NFC
[llvm-project.git] / mlir / test / Pass / dynamic-pipeline-fail-on-parent.mlir
blobe4bc2106cc1a9060febd666a92b3a133ba614eb1
1 // RUN: mlir-opt %s -pass-pipeline='builtin.module(test-dynamic-pipeline{op-name=inner_mod1 run-on-parent=1 dynamic-pipeline=test-patterns})'  -split-input-file -verify-diagnostics
3 // Verify that we fail to schedule a dynamic pipeline on the parent operation.
5 // expected-error @+1 {{'builtin.module' op Trying to schedule a dynamic pipeline on an operation that isn't nested under the current operation}}
6 module {
7 module @inner_mod1 {
8   "test.symbol"() {sym_name = "foo"} : () -> ()
9   func private @bar()