[Mlir-commits] [mlir] [mlir][Transforms] Add dead code elimination pass (PR #106258)
Markus Böck
llvmlistbot at llvm.org
Thu Aug 29 07:06:25 PDT 2024
zero9178 wrote:
I'd personally love to have this pass for the purpose of being able to have an `O0` pipeline that still satisfies the preconditions of dialect conversion, which requires no blocks with no predecessors to be in the IR. Alternatively one could reconsider lifting this precondition, but I'd consider simple DCE like this to a good fit for an O0 pipeline either way.
https://github.com/llvm/llvm-project/pull/106258
More information about the Mlir-commits
mailing list