[Mlir-commits] [mlir] Reland: [MLIR][Transforms] Fix Mem2Reg removal order to respect domin… (PR #68767)

Christian Ulmann llvmlistbot at llvm.org
Wed Oct 11 08:14:53 PDT 2023


Dinistro wrote:

I reverted the commit again, thanks for the heads up.
It seems that we cannot use a normal sort algorithm but have to implement a manual topological sort to deal with the partial order problem 😞 

https://github.com/llvm/llvm-project/pull/68767


More information about the Mlir-commits mailing list