[all-commits] [llvm/llvm-project] 56863a: [MLIR][Presburger] Implement findSymbolicIntegerLe...

Bharathi Ramana Joshi via All-commits all-commits at lists.llvm.org
Wed Jul 26 07:17:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56863adf8eecebb16b4e3a901ba5ddc8b7074f01
      https://github.com/llvm/llvm-project/commit/56863adf8eecebb16b4e3a901ba5ddc8b7074f01
  Author: iambrj <joshibharathiramana at gmail.com>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M mlir/include/mlir/Analysis/Presburger/IntegerRelation.h
    M mlir/include/mlir/Analysis/Presburger/Simplex.h
    M mlir/lib/Analysis/Presburger/IntegerRelation.cpp
    M mlir/lib/Analysis/Presburger/Simplex.cpp
    M mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp
    M mlir/unittests/Analysis/Presburger/IntegerRelationTest.cpp

  Log Message:
  -----------
  [MLIR][Presburger] Implement findSymbolicIntegerLexMax for IntegerRelation

This patch implements findSymbolicIntegerLexMax for IntegerRelation

Reviewed By: Groverkss

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




More information about the All-commits mailing list