|
LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
|
#include <mlir/IR/Region.h>#include <mlir/Support/LogicalResult.h>Go to the source code of this file.
Namespaces | |
| namespace | llzk |
Functions | |
| mlir::LogicalResult | llzk::fuseMatchingLoopPairs (mlir::Region &body, mlir::MLIRContext *context) |
| Identify pairs of scf.for loops that can be fused, fuse them, and then recurse to fuse nested loops. | |