diff options
author | jeanPerier <jperier@nvidia.com> | 2023-12-01 10:03:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 10:03:02 +0100 |
commit | 5a4ca51a91ff28b1d6bdde5403144c29b86e4b54 (patch) | |
tree | df085e0756b51609594f2e91e08e377b5b3c543a /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | d55692d60d218f402ce107520daabed15f2d9ef6 (diff) | |
download | llvm-5a4ca51a91ff28b1d6bdde5403144c29b86e4b54.zip llvm-5a4ca51a91ff28b1d6bdde5403144c29b86e4b54.tar.gz llvm-5a4ca51a91ff28b1d6bdde5403144c29b86e4b54.tar.bz2 |
[mlir] notify insertion of parent op first when cloning (#73806)
When cloning an operation with a region, the builder was currently
notifying about the insertion of the cloned operations inside the region
before the cloned operation itself.
When using cloning inside rewrite pass, this could cause issues if a
pattern is expected to be applied on a cloned parent operation before
trying to apply patterns on the cloned operations it contains (the
patterns are attempted in order of notifications for the cloned
operations).
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions