-
- Downloads
[MLIR][Presburger] refactor subtraction to be non-recursive
Subtraction was previously implemented recursively. This refactors it to be non-recursive to avoid issues with potential stack overflows. Reviewed By: Groverkss Differential Revision: https://reviews.llvm.org/D123248
Please register or sign in to comment