[Mlir-commits] [mlir] [mlir][Transforms] Fix crash in `-remove-dead-values` on private functions (PR #169269)
Matthias Springer
llvmlistbot at llvm.org
Sun Nov 23 20:27:50 PST 2025
matthias-springer wrote:
> I'm thinking that in this case, shouldn't we save the print? I believe we should save the print
Why would you save the `vector.print`? In that case, we cannot remove the block argument from the function.
https://github.com/llvm/llvm-project/pull/169269
More information about the Mlir-commits
mailing list