[Mlir-commits] [mlir] [mlir]: fix a issue and refine some code (#67977) (PR #68129)
Matthias Springer
llvmlistbot at llvm.org
Wed Oct 4 00:33:47 PDT 2023
================
@@ -549,12 +549,13 @@ struct EraseSelfCopyOnBuffers : OpRewritePattern<CopyOp> {
using OpRewritePattern<CopyOp>::OpRewritePattern;
----------------
matthias-springer wrote:
The `OnBuffers` part of the name of this pattern can be dropped.
https://github.com/llvm/llvm-project/pull/68129
More information about the Mlir-commits
mailing list