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
Use untyped pointers when translating pointer to structure type (#2827)
This improves SPV_KHR_untyped_pointers extension.
Removing struct type from special handling (translate as typed pointer)
allowed to fix `spirv-val` error in `CXX/global-ctor.cl` test:
```
error: line 88: OpFunctionCall Argument <id> '25[%this1]'s type does not
match Function <id> '11[%_ptr_Generic_class_Something]'s parameter type.
%30 = OpFunctionCall %void %_ZNU3AS49SomethingC2Ei %this1 %26
```
Other changes allow to translate structs in a new way without violating
validation or test checks.
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@15fd1cc50e12465
0 commit comments