[Mlir-commits] [mlir] [mlir] Add `requiresAmendingMutatedDefs` and `amendMutatedDefs` to `PromotableOpInterface` (PR #86792)

Fabian Mora llvmlistbot at llvm.org
Thu Mar 28 09:53:19 PDT 2024


fabianmcg wrote:

What about:
```
This method returns whether the promoted operation requires amending the values produced by calls to the `PromotableMemOpInterface::getStored` method on the slot. Hereafter, these values are called mutated definitions by a store operation.
```
?

https://github.com/llvm/llvm-project/pull/86792


More information about the Mlir-commits mailing list