[all-commits] [llvm/llvm-project] acb378: [MLIR][Presburger] Factor out some functionality f...

Arjun P via All-commits all-commits at lists.llvm.org
Fri Apr 1 03:54:28 PDT 2022


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

  Changed paths:
    M mlir/include/mlir/Analysis/Presburger/Simplex.h
    M mlir/lib/Analysis/Presburger/Simplex.cpp

  Log Message:
  -----------
  [MLIR][Presburger] Factor out some functionality from LexSimplex into a LexSimplexBase

LexSimplex cannot be made to support symbols for symbolic lexmin; this requires
a second class. In preparation for upstreaming support for symbolic lexmin,
keep the part of LexSimplex that are specific to non-symbolic lexmin in LexSimplex
and move the parts that are required to a common class LexSimplexBase for both to
inherit from.

Reviewed By: Groverkss

Differential Revision: https://reviews.llvm.org/D122828




More information about the All-commits mailing list