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
[Backport to 14] Fix incorrect translation of calls to a builtin that returns a structure (#2722) (#3032)
This PR fixes the issue with Khronos Translator incorrectly translating
calls to builtins that returns a structure and generating incorrect
extractvalue applied to a pointer. The PR is to fix the issue by
preserving equivalence of newly inserted values with prior values of
function return's type.
0 commit comments