[all-commits] [llvm/llvm-project] 3cc544: [MLIR][Presburger] Use `SmallVector` instead of `s...

Prashant Kumar via All-commits all-commits at lists.llvm.org
Wed Feb 2 06:27:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3cc544772848682bc77ff63db659a5aa4b3d4e6b
      https://github.com/llvm/llvm-project/commit/3cc544772848682bc77ff63db659a5aa4b3d4e6b
  Author: Prashant Kumar <pk5561 at gmail.com>
  Date:   2022-02-02 (Wed, 02 Feb 2022)

  Changed paths:
    M mlir/include/mlir/Analysis/Presburger/IntegerPolyhedron.h
    M mlir/include/mlir/Analysis/Presburger/Utils.h
    M mlir/lib/Analysis/Presburger/IntegerPolyhedron.cpp
    M mlir/lib/Analysis/Presburger/PresburgerSet.cpp
    M mlir/lib/Analysis/Presburger/Utils.cpp
    M mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp

  Log Message:
  -----------
  [MLIR][Presburger] Use `SmallVector` instead of `std::vector` in `getLocalRepr`

Use `SmallVector` instead of `std::vector` in `getLocalRepr` function.
 Also, fix the casing of a variable.

Reviewed By: arjunp

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




More information about the All-commits mailing list