circt icon indicating copy to clipboard operation
circt copied to clipboard

[FIRRTL] Dedupe should be able to dedupe classes

Open mikeurbach opened this issue 1 year ago • 0 comments
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.

mikeurbach avatar Dec 07 '23 18:12 mikeurbach