[llvm] [mlir] Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (PR #72765)
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 01:51:04 PST 2023
================
@@ -91,7 +91,7 @@ struct ToyInlinerInterface : public DialectInlinerInterface {
/// previously returned by the call operation with the operands of the
/// return.
void handleTerminator(Operation *op,
- ArrayRef<Value> valuesToRepl) const final {
+ MutableArrayRef<Value> valuesToRepl) const final {
----------------
joker-eph wrote:
Done
https://github.com/llvm/llvm-project/pull/72765
More information about the llvm-commits
mailing list