[all-commits] [llvm/llvm-project] 37bad5: Revert "[MLIR][Presburger] Use `SmallVector` inste...

Prashant Kumar via All-commits all-commits at lists.llvm.org
Fri Feb 4 09:54:24 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37bad565bf616d755cb44a267c8d61ea34fe9817
      https://github.com/llvm/llvm-project/commit/37bad565bf616d755cb44a267c8d61ea34fe9817
  Author: Prashant Kumar <pk5561 at gmail.com>
  Date:   2022-02-04 (Fri, 04 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:
  -----------
  Revert "[MLIR][Presburger] Use `SmallVector` instead of `std::vector` in `getLocalRepr`"

This reverts commit 3cc544772848682bc77ff63db659a5aa4b3d4e6b.
SmallVector inside SmallVector are not optimized.

Reviewed By: arjunp

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




More information about the All-commits mailing list