[Mlir-commits] [mlir] [MLIR][Presburger] Implement IntegerRelation::mergeAndAlignSymbols (PR #76736)
Kunwar Grover
llvmlistbot at llvm.org
Fri Jan 5 01:41:14 PST 2024
================
@@ -1288,6 +1288,38 @@ void IntegerRelation::eliminateRedundantLocalVar(unsigned posA, unsigned posB) {
removeVar(posB);
}
+/// First merge and align identifiers into `other` from `this`. If an identifier
----------------
Groverkss wrote:
"First" here describes the entire function right? Why is it "first" then.
https://github.com/llvm/llvm-project/pull/76736
More information about the Mlir-commits
mailing list