Add integer-exact checks for inequalities being separate and redundant in LexSimplex.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Analysis/Presburger/Simplex.h | ||
---|---|---|
492–493 | Would it make more sense to have something like: isIneqType(IneqType type, ArrayRef<int64_t> coeffs); instead? |
mlir/include/mlir/Analysis/Presburger/Simplex.h | ||
---|---|---|
492–493 | No, more ineqtypes will be added in future which I don't plan to add support for here. |
Would it make more sense to have something like:
instead?