Files
clang-p2996/mlir/test/Examples/transform-opt/syntax-error.mlir
Oleksandr "Alex" Zinenko 619ee20b39 [mlir] add an example of using transform dialect standalone (#82623)
Transform dialect interpreter is designed to be usable outside of the
pass pipeline, as the main program transformation driver, e.g., for
languages with explicit schedules. Provide an example of such usage with
a couple of tests.
2024-02-28 09:48:15 +01:00

6 lines
156 B
MLIR

// RUN: mlir-opt %s --verify-diagnostics
// This file is used as additional input.
// expected-error @below {{expected operation name in quotes}}
module {