[all-commits] [llvm/llvm-project] 4bf84e: [mlir] Remove `materializeOpFoldResult` functions.
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Wed Sep 7 01:23:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4bf84e433d921c8d4d5dd9640662a816df42a531
https://github.com/llvm/llvm-project/commit/4bf84e433d921c8d4d5dd9640662a816df42a531
Author: Alexander Belyaev <pifon at google.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
Log Message:
-----------
[mlir] Remove `materializeOpFoldResult` functions.
We can use `getValueOrCreateConstantIndexOp` instead.
Differential Revision: https://reviews.llvm.org/D133403
More information about the All-commits
mailing list