[PATCH] D142006: [mlir][bufferization] Fix getAliasingOpOperand/OpResult for non-bufferizable ops

2023-01-30 Thread Matthias Springer via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf3483c23ce2c: [mlir][bufferization] Fix getAliasingOpOperand/OpResult for non-bufferizable ops (authored by springerm). Changed prior to commit: https://reviews.llvm.org/D142006?vs=492765&id=493228#toc

[PATCH] D142006: [mlir][bufferization] Fix getAliasingOpOperand/OpResult for non-bufferizable ops

2023-01-27 Thread Matthias Springer via Phabricator via cfe-commits
springerm updated this revision to Diff 492765. springerm added a comment. Herald added a subscriber: thopre. rebase Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142006/new/ https://reviews.llvm.org/D142006 Files: mlir/include/mlir/Dialect/Buff

[PATCH] D142006: [mlir][bufferization] Fix getAliasingOpOperand/OpResult for non-bufferizable ops

2023-01-19 Thread Matthias Springer via Phabricator via cfe-commits
springerm updated this revision to Diff 490398. springerm added a comment. update Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142006/new/ https://reviews.llvm.org/D142006 Files: mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterfac

[PATCH] D142006: [mlir][bufferization] Fix getAliasingOpOperand/OpResult for non-bufferizable ops

2023-01-19 Thread Matthias Springer via Phabricator via cfe-commits
springerm updated this revision to Diff 490397. springerm added a comment. Herald added a project: clang. Herald added a subscriber: cfe-commits. update Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142006/new/ https://reviews.llvm.org/D142006 Fil