[all-commits] [llvm/llvm-project] 8d7e90: [mlir] drop debug tags after TransformInterpreterP...
ftynse via All-commits
all-commits at lists.llvm.org
Wed May 31 02:15:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d7e90c3b5d22e31c6af25c2f95b8047038590c4
https://github.com/llvm/llvm-project/commit/8d7e90c3b5d22e31c6af25c2f95b8047038590c4
Author: Alex Zinenko <zinenko at google.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M mlir/lib/Dialect/Transform/Transforms/TransformInterpreterPassBase.cpp
A mlir/test/Dialect/Transform/test-repro-dump.mlir
Log Message:
-----------
[mlir] drop debug tags after TransformInterpreterPassBase
The pass attaches attributes to operations for repro generation
purposes, but never removes them. This is not desirable when the pass
actually succeeds.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D151791
More information about the All-commits
mailing list