[all-commits] [llvm/llvm-project] 3a8f16: [mlir] Add a pattern to fold single- and zero-iter...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Tue Mar 21 03:59:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a8f161a3401edeb58e018e2d389dd2413a6417f
https://github.com/llvm/llvm-project/commit/3a8f161a3401edeb58e018e2d389dd2413a6417f
Author: Alexander Belyaev <pifon at google.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
M mlir/include/mlir/Dialect/SCF/IR/SCF.h
M mlir/include/mlir/Dialect/Utils/StaticValueUtils.h
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Dialect/SCF/Utils/Utils.cpp
M mlir/lib/Dialect/Utils/StaticValueUtils.cpp
M mlir/test/Dialect/SCF/canonicalize.mlir
M mlir/test/Dialect/Tensor/fold-consecutive-insert-extract-slice.mlir
Log Message:
-----------
[mlir] Add a pattern to fold single- and zero-iteration scf.forall ops.
Differential Revision: https://reviews.llvm.org/D145368
More information about the All-commits
mailing list