[Mlir-commits] [mlir] [mlir] Add `requiresAmendingMutatedDefs` and `amendMutatedDefs` to `PromotableOpInterface` (PR #86792)
Fabian Mora
llvmlistbot at llvm.org
Tue Apr 2 06:31:11 PDT 2024
fabianmcg wrote:
@Moxinilian I followed all your suggestions but one. I changed `requiresAmendingMutatedDefs` to `requiresReplacedValues`, because I felt having `visitReplacedValues` and `visitReplacingValues` could create confusion.
https://github.com/llvm/llvm-project/pull/86792
More information about the Mlir-commits
mailing list