[all-commits] [llvm/llvm-project] d9db5a: [mlir] relax value handle updates when operation i...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Mar 14 08:57:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9db5a5904fd328130a5dd100e3cf36eb7d9e6d0
https://github.com/llvm/llvm-project/commit/d9db5a5904fd328130a5dd100e3cf36eb7d9e6d0
Author: Alex Zinenko <zinenko at google.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp
M mlir/test/Dialect/Transform/transform-state-extension.mlir
M mlir/test/lib/Dialect/Transform/TestTransformDialectExtension.cpp
Log Message:
-----------
[mlir] relax value handle updates when operation is replaced
The initial implementaiton of value handle update when the payload
operation defining the values associated with value handles was being
replaced required the replacement operation to have the same number of
results. This is not strictly necessary. The replacement operation may
have more results, or less results provided that there are no handles to
the results that have no equivalent in the replacement op.
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D145254
More information about the All-commits
mailing list