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
Add type to Parameter Attributes which change in LLVM12
As of llvm12, the byVal and sret parameter attributes must have type.
This was not required in earlier versions of LLVM, so SpirvReader did not add types there. It is now necessary
0 commit comments