[Mlir-commits] [mlir] [mlir][spirv] Implement vector type legalization for function signatures (PR #98337)
Jakub Kuderski
llvmlistbot at llvm.org
Fri Jul 12 14:41:56 PDT 2024
kuhar wrote:
> There is an interesting edge case: If we have function with vector as result type, but function ends in infinite loop, something like this:
>
> ```
> ^bb0:
> br ^bb1
> ^bb1:
> br ^bb1
> ```
>
> Result won't be converted as there are no actual return ops.
I'm going to assign priority INT_MAX to this... we don't support unstructured control flow.
https://github.com/llvm/llvm-project/pull/98337
More information about the Mlir-commits
mailing list