[Mlir-commits] [mlir] [mlir][spirv] Implement vector type legalization for function signatures (PR #98337)
Ivan Butygin
llvmlistbot at llvm.org
Fri Jul 12 14:25:42 PDT 2024
Hardcode84 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.
https://github.com/llvm/llvm-project/pull/98337
More information about the Mlir-commits
mailing list