| Issue | 170310 |
|---|---|
| Summary | [HLSL][Vulkan] Correctly validate static constraints around entrypoints |
| Labels | HLSL, SPIR-V |
| Assignees | |
| Reporter | Keenuts |
HLSL/Vulkan has a few restrictions like:
- there can be only one push constant statically used per entry point
- there can be no static recursionCurrent Sema is not handling those.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
