[all-commits] [llvm/llvm-project] eff51c: [MLIR][Presburger] Use Matrix utilities for Intege...

Kunwar Shaanjeet Singh Grover via All-commits all-commits at lists.llvm.org
Fri Feb 25 04:08:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eff51cf9f32a2837ded15b81cbc872b2c8386afc
      https://github.com/llvm/llvm-project/commit/eff51cf9f32a2837ded15b81cbc872b2c8386afc
  Author: Groverkss <groverkss at gmail.com>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

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

  Log Message:
  -----------
  [MLIR][Presburger] Use Matrix utilities for IntegerPolyhedron

This patch replaces various functions over inequalities/equalities in
IntegerPolyhedron with Matrix functions already implementing them or refactors
them to a Matrix function.

Reviewed By: arjunp

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




More information about the All-commits mailing list