Loading [MathJax]/extensions/tex2jax.js
CIRCT 21.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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.
 

Function Documentation

◆ pruneUnusedOps()

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