[all-commits] [llvm/llvm-project] 8fce22: [mlir][Linalg] Fix and properly test CodegenStrate...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Tue Feb 2 05:04:05 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8fce22888bd2aec9eadf8a0f229bfd0dbe06460d
      https://github.com/llvm/llvm-project/commit/8fce22888bd2aec9eadf8a0f229bfd0dbe06460d
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/CodegenStrategy.h
    M mlir/test/Dialect/Linalg/codegen-strategy.mlir
    M mlir/test/lib/Transforms/TestLinalgCodegenStrategy.cpp

  Log Message:
  -----------
  [mlir][Linalg] Fix and properly test CodegenStrategy API

Fix a bug that was introduced where calling the codegen strategy with actual concrete C++ Op types did not trigger the expected behavior.
Also introduce a test for the behavior that was missing.

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




More information about the All-commits mailing list