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

Christian Ulmann via All-commits all-commits at lists.llvm.org
Sun Dec 19 05:57:19 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b0e8667b1dbdb45bdc2738e4bec1c69fe3790a27
      https://github.com/llvm/llvm-project/commit/b0e8667b1dbdb45bdc2738e4bec1c69fe3790a27
  Author: Christian Ulmann <culmann at student.ethz.ch>
  Date:   2021-12-19 (Sun, 19 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.

Reviewed By: arjunp

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




More information about the All-commits mailing list