[all-commits] [llvm/llvm-project] aafb42: [MLIR][Presburger][Simplex] symbolic lexmin: add s...

Arjun P via All-commits all-commits at lists.llvm.org
Mon Apr 11 12:46:29 PDT 2022


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

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

  Log Message:
  -----------
  [MLIR][Presburger][Simplex] symbolic lexmin: add some normalization heuristics

Normalize some of the division and inequality expressions used,
which can improve performance. Also deduplicate some of the
normalization functionality throughout the Presburger library.

Reviewed By: Groverkss

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




More information about the All-commits mailing list