[all-commits] [llvm/llvm-project] 85cb53: [MLIR] rewrite AffineStructures and Presburger tes...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Mon Dec 20 06:46:45 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85cb53c790361b97d39461c9c0c45d4c69ce3d6a
      https://github.com/llvm/llvm-project/commit/85cb53c790361b97d39461c9c0c45d4c69ce3d6a
  Author: Christian Ulmann <culmann at student.ethz.ch>
  Date:   2021-12-20 (Mon, 20 Dec 2021)

  Changed paths:
    M mlir/unittests/Analysis/AffineStructuresTest.cpp
    M mlir/unittests/Analysis/PresburgerSetTest.cpp

  Log Message:
  -----------
  [MLIR] rewrite AffineStructures and Presburger tests to use the parser

This commit rewrites most existing unittests involving FlatAffineConstraints
to use the parsing utility. This helps to make the tests more understandable.

This relands commit b0e8667b1dbdb45bdc2738e4bec1c69fe3790a27, which was
reverted in 6963be12761f9d78a49c6d43e7ac13862a8f7270, with a fix to a unittest
which was incorrectly rewritten before.

Reviewed By: arjunp

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




More information about the All-commits mailing list