You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds documentation for two new named metadata nodes:
`spirv.Decorations` and `spirv.ParameterDecorations`. These metadata
nodes allow LLVM IR to directly specify SPIR-V decorations on global
variable and function parameters respectively. The translator should
traverse these metadata nodes and generate the corresponding SPIR-V
decoration operations.
Co-authored-by: Greg Lueck <[email protected]>
Signed-off-by: Steffen Larsen <[email protected]>
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@139e500
0 commit comments