[all-commits] [llvm/llvm-project] 441866: [MLIR][Presburger] PWMAFunction::valueAt: support ...

Arjun P via All-commits all-commits at lists.llvm.org
Wed Mar 23 17:42:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4418669f1e6c429b679a942f971a7ae148cdccc8
      https://github.com/llvm/llvm-project/commit/4418669f1e6c429b679a942f971a7ae148cdccc8
  Author: Arjun P <arjunpitchanathan at gmail.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

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

  Log Message:
  -----------
  [MLIR][Presburger] PWMAFunction::valueAt: support local ids

Add a baseline implementation of support for local ids for `PWMAFunction::valueAt`. This can be made more efficient later if needed by handling locals with known div representations separately.

Reviewed By: Groverkss

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




More information about the All-commits mailing list