[Mlir-commits] [mlir] [mlir][Transforms] Improve `replaceOpWithMultiple` API (PR #132608)

Mehdi Amini llvmlistbot at llvm.org
Wed Mar 26 05:15:45 PDT 2025


joker-eph wrote:

> This sadly disqualifies using ArrayRef as parameter as it always returns a const reference, which will never call the move constructor.

What about `MutableArrayRef` ?

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


More information about the Mlir-commits mailing list