[Mlir-commits] [mlir] EmitC: Add emitc.global and emitc.get_global (#145) (PR #88701)

Simon Camphausen llvmlistbot at llvm.org
Thu Apr 18 06:21:11 PDT 2024


simon-camp wrote:

I've got a high level question before reviewing thoroughly.

Should the `constness` of globals (and values in general) be modeled at the type level? Currently it wouldn't be possible to take the address of a const global for example.

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


More information about the Mlir-commits mailing list