[all-commits] [llvm/llvm-project] 49b754: [MLIR][NFC] Move presburger functionality from Fla...

Kunwar Shaanjeet Singh Grover via All-commits all-commits at lists.llvm.org
Fri Jan 7 11:59:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49b754b5c688e0b819c2422abb10f77775042e91
      https://github.com/llvm/llvm-project/commit/49b754b5c688e0b819c2422abb10f77775042e91
  Author: Groverkss <groverkss at gmail.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
    M mlir/include/mlir/Analysis/AffineStructures.h
    M mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h
    M mlir/lib/Analysis/AffineStructures.cpp
    M mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
    R mlir/unittests/Analysis/AffineStructuresTest.cpp
    M mlir/unittests/Analysis/CMakeLists.txt
    M mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp

  Log Message:
  -----------
  [MLIR][NFC] Move presburger functionality from FlatAffineConstraints to IntegerPolyhedron

This patch moves all presburger functionality from FlatAffineConstraints to
IntegerPolyhedron. This patch is purely mechanical, it only moves and renames
functionality and tests.

This patch is part of a series of patches to move presburger functionality to
Presburger/ directory.

Reviewed By: bondhugula

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




More information about the All-commits mailing list