circt
circt copied to clipboard
[FIRRTL] Dedupe should be able to dedupe classes
trafficstars
The Dedupe pass currently skips over classes: https://github.com/llvm/circt/blob/2d822eabf696378ba14ce4b1a8a703af1e721589/lib/Dialect/FIRRTL/Transforms/Dedup.cpp#L1523-L1535
It should be possible to dedupe classes and object similarly to modules and instances.