[Mlir-commits] [mlir] [mlir][IR] Mark `getParentBlock()` and `getParentRegion()` as const (NFC) (PR #151915)

Longsheng Mou llvmlistbot at llvm.org
Mon Aug 4 15:48:36 PDT 2025


CoTinker wrote:

> Yes, the same logic for removing const from Operation applies to Value as well.  I'd be +1 on removing the const qualifiers from it.
> 
> 

Okay, thanks, I'll open a PR to remove the const.

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


More information about the Mlir-commits mailing list