[all-commits] [llvm/llvm-project] 00b293: [MLIR][Presburger] refactor subtraction to be non-...

Arjun P via All-commits all-commits at lists.llvm.org
Thu Apr 7 07:20:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00b293e83f6bb84f970eea972f022d578923d832
      https://github.com/llvm/llvm-project/commit/00b293e83f6bb84f970eea972f022d578923d832
  Author: Arjun P <arjunpitchanathan at gmail.com>
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
    M mlir/lib/Analysis/Presburger/PresburgerRelation.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list