[Mlir-commits] [mlir] [mlir][Transforms] Add dead code elimination pass (PR #106258)
Jacques Pienaar
llvmlistbot at llvm.org
Thu Aug 29 07:01:18 PDT 2024
jpienaar wrote:
In general pro a lightweight pass here. I'd have expected folks to be able to use a greedy pattern rewriter without patterns as a "cheap" DCE too \[but it does more than just DCE even without patterns as is being discussed in the other PR ;-)\]. Do you perhaps have a nontrivial benchmark that you could compare times here?
https://github.com/llvm/llvm-project/pull/106258
More information about the Mlir-commits
mailing list