[Mlir-commits] [mlir] [mlir][emitc] Add EmitC index types (PR #93155)

Corentin Ferry llvmlistbot at llvm.org
Wed Jun 12 06:07:11 PDT 2024


cferry-AMD wrote:

Sorry for the delay, I was quite busy last week and this PR went off my schedule. So, I think we can suggest that conversions between signed and unsigned types are fine so long as the values fit the bounds of the respective types (in which case the [ptrdiff_t type](https://en.cppreference.com/w/c/types/ptrdiff_t) is the signed counterpart of size_t). How does this look like?

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


More information about the Mlir-commits mailing list