[llvm] [mlir] Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (PR #72765)

Oleksandr Alex Zinenko via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 00:30:43 PST 2023


https://github.com/ftynse approved this pull request.

Let's document somewhere at the top that the use-list of a value is a part of the value state. It's a bit deeper in the implementation and folks may be misunderstanding that, hence the changes to use list-related methods.

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


More information about the llvm-commits mailing list