diff --git a/README.md b/README.md index d326861..65f9c6f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ def run_on_module(module: Module) -> int: ... ``` -Currently only ModulePasses are supported. +Currently only ModulePasses are supported. See the [test](test/) directory for examples that +transform the IR. ## Why does this exist?