[Mlir-commits] [mlir] [mlir][index][spirv] Add conversion for index to spirv (PR #68085)

Jakub Kuderski llvmlistbot at llvm.org
Thu Oct 19 16:36:18 PDT 2023


kuhar wrote:

> I believe that is the case? Is there any pattern that denotes if a function is allowed to fail or not?

In general things that return `Value`/`Type` may return nullptr. This is definitely the case for `convertType(...)`. For `getIndexType` I think it's reasonable to assume success.

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


More information about the Mlir-commits mailing list