[Mlir-commits] [mlir] [mlir][spirv] Implement vector type legalization for function signatures (PR #98337)

Jakub Kuderski llvmlistbot at llvm.org
Sat Jul 13 11:20:21 PDT 2024


kuhar wrote:

> Actually, what our end plan for func declarations, as they will have the same problem?

That also falls into the 'future plans' bucket. The usecase for this conversion code is kernel code that will be inlined into some parent module. The function signatures will have to match at that point, but we can take care of function calls and function declarations when we get there.

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


More information about the Mlir-commits mailing list