[all-commits] [llvm/llvm-project] 24008d: [MLIR][Presburger] Factor out various Space equali...

Kunwar Shaanjeet Singh Grover via All-commits all-commits at lists.llvm.org
Sat Feb 26 04:35:17 PST 2022


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

  Changed paths:
    M mlir/include/mlir/Analysis/Presburger/PWMAFunction.h
    M mlir/include/mlir/Analysis/Presburger/PresburgerSpace.h
    M mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
    M mlir/lib/Analysis/Presburger/PWMAFunction.cpp
    M mlir/lib/Analysis/Presburger/PresburgerSet.cpp
    M mlir/lib/Analysis/Presburger/PresburgerSpace.cpp

  Log Message:
  -----------
  [MLIR][Presburger] Factor out various Space equality checks to PresburgerSpace::isEqual

This patch factors out various checks for dimension compatibility to
PresburgerSpace::isEqual and PresburgerLocalSpace::isEqual (for local
identifiers).

Reviewed By: arjunp

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




More information about the All-commits mailing list