[all-commits] [llvm/llvm-project] b57e2f: [mlir][Linalg] Add pad vectorization patterns into...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Tue Nov 23 11:48:12 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b57e2f071a2e47147a57c52a6a8c6aa062230cd8
      https://github.com/llvm/llvm-project/commit/b57e2f071a2e47147a57c52a6a8c6aa062230cd8
  Author: MaheshRavishankar <ravishankarm at google.com>
  Date:   2021-11-23 (Tue, 23 Nov 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Passes.h
    M mlir/include/mlir/Dialect/Linalg/Passes.td
    M mlir/include/mlir/Dialect/Linalg/Transforms/CodegenStrategy.h
    M mlir/lib/Dialect/Linalg/Transforms/LinalgStrategyPasses.cpp

  Log Message:
  -----------
  [mlir][Linalg] Add pad vectorization patterns into LinalgStrategyVectorize passes.

Add an option to control whether these patterns are added to the
pattern list or not.

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




More information about the All-commits mailing list