The patterns to remove dead arguments and results of linalg.generic
operations are not necessarily canonicalizations. Instead a new entry
point populateEraseUnusedOperandsAndResults is added to allow using
these patterns when needed. The transformations that rely on this
pattern for cleanup now include these patterns explicitly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo