A verified implementation of the MLIR SSA-based datastructures.
Our testing framework is split into two parts: unit tests written in Lean and
FileCheck tests for the
command line tool veir-opt.
Run the unit tests with:
lake testFileCheck tests require uv to be installed.
First, install dependencies:
uv syncThen run the tests:
uv run lit Test/lake exe run-benchmarks add-fold-worklist