Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (#72765)
MLIR can't really be const-correct (it would need a `ConstValue` class alongside the `Value` class really, like `ArrayRef` and `MutableArrayRef`). This is however making is more consistent: method that are directly modifying the Value shouldn't be marked const.
parent
dcab84fd
Please register or sign in to comment