[all-commits] [llvm/llvm-project] dc07d2: [MLIR][Presburger] make sample test with integer l...

Arjun P via All-commits all-commits at lists.llvm.org
Mon Aug 8 06:46:19 PDT 2022


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

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

  Log Message:
  -----------
  [MLIR][Presburger] make sample test with integer lexmin use containsPointNoLocal

IntegerPolyhedron::findIntegerLexmin currently does not return values of
the local ids, so when a test for sampling includes a set with locals, the
result of findIntegerLexmin should be checked using containsPointNoLocal,
not containsPoint.




More information about the All-commits mailing list