[all-commits] [llvm/llvm-project] ef95a6: [MLIR][Presburger] change some post-increments/dec...

Arjun P via All-commits all-commits at lists.llvm.org
Wed Apr 13 20:32:10 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef95a6e827e5e348b310d504535ed69c0303b695
      https://github.com/llvm/llvm-project/commit/ef95a6e827e5e348b310d504535ed69c0303b695
  Author: Arjun P <arjunpitchanathan at gmail.com>
  Date:   2022-04-14 (Thu, 14 Apr 2022)

  Changed paths:
    M mlir/lib/Analysis/Presburger/IntegerRelation.cpp
    M mlir/lib/Analysis/Presburger/Simplex.cpp

  Log Message:
  -----------
  [MLIR][Presburger] change some post-increments/decrements to pre-increments/decrements


  Commit: 094ad0667c5eb61817b68a65a89201310157e57d
      https://github.com/llvm/llvm-project/commit/094ad0667c5eb61817b68a65a89201310157e57d
  Author: Arjun P <arjunpitchanathan at gmail.com>
  Date:   2022-04-14 (Thu, 14 Apr 2022)

  Changed paths:
    M mlir/lib/Analysis/Presburger/PWMAFunction.cpp
    M mlir/lib/Analysis/Presburger/Simplex.cpp

  Log Message:
  -----------
  [MLIR][Presburger] change some `push_back`s to `emplace_back`s


Compare: https://github.com/llvm/llvm-project/compare/d0828c5af9ce...094ad0667c5e


More information about the All-commits mailing list