[Mlir-commits] [mlir] [MLIR][Presburger] optimize bound computation by pruning orthogonal constraints (PR #164199)
donald chen
llvmlistbot at llvm.org
Tue Dec 2 22:14:57 PST 2025
cxy-1993 wrote:
> Thanks for addressing the comments so quickly. Sorry, I should have explained what I meant a bit more clearly. I pushed a commit adding my proposed function ([00f3410](https://github.com/llvm/llvm-project/commit/00f3410719d090fe8aa77cc5ecc1a280c01fbf0d)). Can you refactor your code to use this? Thanks!
Excellent suggestion, I have made the modifications (including adding removeConstraint function).
https://github.com/llvm/llvm-project/pull/164199
More information about the Mlir-commits
mailing list