circt
circt copied to clipboard
[FIRTOOL] Use mlir strip debug info for strip-all instead of custom pass.
MLIR has a debuginfo stripping pass, use it to strip location information instead of our own pass. Possible push the parameterized version upstream.