[all-commits] [llvm/llvm-project] d90642: [mlir] make transform.loop.outline also return the...
ftynse via All-commits
all-commits at lists.llvm.org
Fri May 5 05:42:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9064269442d8d6126021db9230bac97a2ea9e13
https://github.com/llvm/llvm-project/commit/d9064269442d8d6126021db9230bac97a2ea9e13
Author: Alex Zinenko <zinenko at google.com>
Date: 2023-05-05 (Fri, 05 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/SCF/TransformOps/SCFTransformOps.td
M mlir/lib/Dialect/SCF/TransformOps/SCFTransformOps.cpp
M mlir/python/mlir/dialects/_loop_transform_ops_ext.py
M mlir/test/Dialect/SCF/transform-ops-invalid.mlir
M mlir/test/Dialect/SCF/transform-ops.mlir
M mlir/test/python/dialects/transform_loop_ext.py
Log Message:
-----------
[mlir] make transform.loop.outline also return the call handle
Outlining is particularly interesting when the outlined function is
replaced with something else, e.g., a microkernel. It is good to have a
handle to the call in this case.
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D149849
More information about the All-commits
mailing list