[all-commits] [llvm/llvm-project] 9615d7: [MLIR][Presburger] IntegerRelation::truncate: fix ...

Arjun P via All-commits all-commits at lists.llvm.org
Thu Mar 31 07:16:37 PDT 2022


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

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

  Log Message:
  -----------
  [MLIR][Presburger] IntegerRelation::truncate: fix bug when truncating equalities

This was truncating inequalities instead of equalities.

Reviewed By: Groverkss

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




More information about the All-commits mailing list