[Mlir-commits] [mlir] [MLIR] RemoveDeadValues: Allowing IRs with global constants to get dead values removed (PR #116519)
River Riddle
llvmlistbot at llvm.org
Mon Nov 18 09:54:38 PST 2024
River707 wrote:
>From my perspective I'd love to see all of the `acceptableIR` checks removed completely. This passes presents itself as some general aggressive DCE, but is currently only applicable in a very limited number of situations. I'd support any form of additions that move it closer towards a more general pass.
https://github.com/llvm/llvm-project/pull/116519
More information about the Mlir-commits
mailing list