[all-commits] [llvm/llvm-project] ec04ce: Create the MLIR Reduce framework

Mauricio Sifontes via All-commits all-commits at lists.llvm.org
Tue Jul 7 16:43:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ec04ce4623522a326672f03fecb41812386a8c0e
      https://github.com/llvm/llvm-project/commit/ec04ce4623522a326672f03fecb41812386a8c0e
  Author: Mauricio Sifontes <sifontes at google.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    A mlir/include/mlir/Reducer/Tester.h
    M mlir/lib/CMakeLists.txt
    A mlir/lib/Reducer/CMakeLists.txt
    A mlir/lib/Reducer/Tester.cpp
    M mlir/test/CMakeLists.txt
    A mlir/test/mlir-reduce/test.sh
    A mlir/test/mlir-reduce/testcase-linux.mlir
    M mlir/tools/CMakeLists.txt
    A mlir/tools/mlir-reduce/CMakeLists.txt
    A mlir/tools/mlir-reduce/mlir-reduce.cpp

  Log Message:
  -----------
  Create the MLIR Reduce framework

Create the framework and testing environment for MLIR Reduce - a tool
with the objective to reduce large test cases into smaller ones while
preserving their interesting behavior.

Implement the functionality to parse command line arguments, parse the
MLIR test cases into modules and run the interestingness tests on
the modules.

Reviewed By: jpienaar

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




More information about the All-commits mailing list