[Mlir-commits] [mlir] [mlir] [presburger] Add IntegerRelation::rangeProduct (PR #148092)
Arjun P
llvmlistbot at llvm.org
Tue Jul 15 07:15:11 PDT 2025
================
@@ -707,6 +707,21 @@ class IntegerRelation {
/// this for uniformity with `applyDomain`.
void applyRange(const IntegerRelation &rel);
+ /// Let the relation `this` be R1, and the relation `rel` be R2. Requires
+ /// R1 and R2 to have the same domain.
+ ///
+ /// This operation computes the relation whose domain is the same as R1 and
----------------
Superty wrote:
"same as R1 and R2" would be clearer IMO
https://github.com/llvm/llvm-project/pull/148092
More information about the Mlir-commits
mailing list