LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
LLZKFuseProductLoopsPass.h File Reference
#include <mlir/IR/Region.h>
#include <mlir/Support/LogicalResult.h>
Include dependency graph for LLZKFuseProductLoopsPass.h:
This graph shows which files directly or indirectly include this file:

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.