Tools¶
The qoala-mlir build produces two binaries under build/bin/:
qoala-opt— runs analyses, optimizations, and lowerings between IRs. This is the workhorse of the toolchain: every pass under Passes reference is invokable through it.qoala-translate— translates a fully lowered LIR module into the textual.iqoalaexecutable consumed by the Qoala runtime, via the--mlir-to-iqoalatranslation. It does not register any cost-model flags of its own.