mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 04:46:06 +00:00

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.