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

Fabian Mora llvmlistbot at llvm.org
Wed Mar 27 06:32:04 PDT 2024


fabianmcg wrote:

> Maybe add a test with two dbg value ops on the same store to determine that this works as intended.

Are you referring a test with two dbg declare ops? Because this change should only affect `llvm.dbg.declare`.
Also, It's worth nothing that after the change all existing tests passed.

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


More information about the Mlir-commits mailing list