[all-commits] [llvm/llvm-project] ca6a5a: [MLIR][Presburger] SlowMPInt: fix bug in ceilDiv, ...

Arjun P via All-commits all-commits at lists.llvm.org
Mon Jul 18 09:34:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca6a5afbb28527d02ce14282f33b93b364f0be9b
      https://github.com/llvm/llvm-project/commit/ca6a5afbb28527d02ce14282f33b93b364f0be9b
  Author: Arjun P <arjunpitchanathan at gmail.com>
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
    M mlir/lib/Analysis/Presburger/SlowMPInt.cpp
    M mlir/unittests/Analysis/Presburger/MPIntTest.cpp

  Log Message:
  -----------
  [MLIR][Presburger] SlowMPInt: fix bug in ceilDiv, floorDiv where widths weren't harmonized

This also adds tests for abs, ceilDiv, floorDiv, mod, gcd and lcm.

Reviewed By: Groverkss

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




More information about the All-commits mailing list