[Mlir-commits] [mlir] [MLIR][Presburger] Implement PresburgerSpace::mergeAndAlignVarKind (PR #76397)

Bharathi Ramana Joshi llvmlistbot at llvm.org
Fri Dec 29 11:56:13 PST 2023


================
@@ -293,6 +294,39 @@ void PresburgerSpace::setVarSymbolSeperation(unsigned newSymbolCount) {
   // `identifiers` remains same.
 }
 
+void PresburgerSpace::mergeAndAlignVarKind(VarKind kind,
----------------
iambrj wrote:

I haven't seen any non-symbol merging in the affine dialect glue code.

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


More information about the Mlir-commits mailing list