[all-commits] [llvm/llvm-project] 9a79b1: [mlir] Add peeling xform to Codegen Strategy
Diego Caballero via All-commits
all-commits at lists.llvm.org
Fri Jun 3 14:32:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a79b1b04c3a8134ef6ca6f57bc153501fca1098
https://github.com/llvm/llvm-project/commit/9a79b1b04c3a8134ef6ca6f57bc153501fca1098
Author: Diego Caballero <diegocaballero at google.com>
Date: 2022-06-03 (Fri, 03 Jun 2022)
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/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/LinalgStrategyPasses.cpp
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
Log Message:
-----------
[mlir] Add peeling xform to Codegen Strategy
This patch adds the knobs to use peeling in the codegen strategy
infrastructure.
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D126842
More information about the All-commits
mailing list