[Mlir-commits] [mlir] [mlir] Add `requiresVisitingMutatedDefs` and `visitMutatedDefs` to `PromotableOpInterface` (PR #86792)
Christian Ulmann
llvmlistbot at llvm.org
Wed Mar 27 07:07:36 PDT 2024
Dinistro wrote:
@fabianmcg yes, this is what I'm referring to. Looking at the code indicates to me that this might go wrong, due to running `visitMutatedDefs` for each declare op but also passing in an `ArrayRef`. Note that I might also just be confused 🙃
https://github.com/llvm/llvm-project/pull/86792
More information about the Mlir-commits
mailing list