Unverified Commit 26a0b277 authored by Mehdi Amini's avatar Mehdi Amini Committed by GitHub
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment