================
@@ -1015,6 +1022,17 @@ bool PresburgerRelation::hasOnlyDivLocals() const {
});
}
+PresburgerRelation PresburgerRelation::simplify() const {
+ PresburgerRelation origin = *this;
----------------
Groverkss wrote:
Makes sense, its fine for now
https://github.com/llvm/llvm-project/pull/69107