[all-commits] [llvm/llvm-project] 72c65b: [mlir] Move TestDialect and its passes to mlir::te...

Alexander Belyaev via All-commits all-commits at lists.llvm.org
Thu Nov 5 06:30:04 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 72c65b698e3af6d1826dad43cb57d4ec06844fcc
      https://github.com/llvm/llvm-project/commit/72c65b698e3af6d1826dad43cb57d4ec06844fcc
  Author: Alexander Belyaev <pifon at google.com>
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
    M mlir/test/lib/Dialect/Test/TestDialect.cpp
    M mlir/test/lib/Dialect/Test/TestDialect.h
    M mlir/test/lib/Dialect/Test/TestOps.td
    M mlir/test/lib/Dialect/Test/TestPatterns.cpp
    M mlir/test/lib/Dialect/Test/TestTraits.cpp
    M mlir/test/lib/Dialect/Test/TestTypeDefs.td
    M mlir/test/lib/Dialect/Test/TestTypes.cpp
    M mlir/test/lib/Dialect/Test/TestTypes.h
    M mlir/test/lib/IR/TestInterfaces.cpp
    M mlir/test/lib/IR/TestTypes.cpp
    M mlir/test/lib/Transforms/TestAffineLoopParametricTiling.cpp
    M mlir/test/lib/Transforms/TestCallGraph.cpp
    M mlir/test/lib/Transforms/TestConstantFold.cpp
    M mlir/test/lib/Transforms/TestConvVectorization.cpp
    M mlir/test/lib/Transforms/TestConvertCallOp.cpp
    M mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp
    M mlir/test/lib/Transforms/TestConvertGPUKernelToHsaco.cpp
    M mlir/test/lib/Transforms/TestDominance.cpp
    M mlir/test/lib/Transforms/TestDynamicPipeline.cpp
    M mlir/test/lib/Transforms/TestExpandMemRefReshape.cpp
    M mlir/test/lib/Transforms/TestExpandTanh.cpp
    M mlir/test/lib/Transforms/TestFinalizingBufferize.cpp
    M mlir/test/lib/Transforms/TestGpuParallelLoopMapping.cpp
    M mlir/test/lib/Transforms/TestInlining.cpp
    M mlir/test/lib/Transforms/TestLinalgCodegenStrategy.cpp
    M mlir/test/lib/Transforms/TestLinalgFusionTransforms.cpp
    M mlir/test/lib/Transforms/TestLinalgHoisting.cpp
    M mlir/test/lib/Transforms/TestLinalgTransforms.cpp
    M mlir/test/lib/Transforms/TestLiveness.cpp
    M mlir/test/lib/Transforms/TestLoopFusion.cpp
    M mlir/test/lib/Transforms/TestLoopMapping.cpp
    M mlir/test/lib/Transforms/TestLoopParametricTiling.cpp
    M mlir/test/lib/Transforms/TestLoopUnrolling.cpp
    M mlir/test/lib/Transforms/TestMemRefBoundCheck.cpp
    M mlir/test/lib/Transforms/TestMemRefDependenceCheck.cpp
    M mlir/test/lib/Transforms/TestMemRefStrideCalculation.cpp
    M mlir/test/lib/Transforms/TestOpaqueLoc.cpp
    M mlir/test/lib/Transforms/TestSCFUtils.cpp
    M mlir/test/lib/Transforms/TestVectorTransforms.cpp
    M mlir/tools/mlir-opt/mlir-opt.cpp

  Log Message:
  -----------
  [mlir] Move TestDialect and its passes to mlir::test namespace.

TestDialect has many operations and they all live in ::mlir namespace.
Sometimes it is not clear whether the ops used in the code for the test passes
belong to Standard or to Test dialects.

Also, with this change it is easier to understand what test passes registered
in mlir-opt are actually passes in mlir/test.

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




More information about the All-commits mailing list