CIRCT  19.0.0git
Functions
circt::reduce Namespace Reference

Functions

void pruneUnusedOps (Operation *initialOp, Reduction &reduction)
 Starting at the given op, traverse through it and its operands and erase operations that have no more uses. More...
 

Function Documentation

◆ pruneUnusedOps()

void circt::reduce::pruneUnusedOps ( Operation *  initialOp,
Reduction reduction 
)