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
Convert tests to use -emit-opaque-pointers (#2084)
This fixes most of the tests to use -emit-opaque-pointers. There are a few tests not yet converted for various reasons:
Several tests only have check lines for opaque struct declarations. These are not emitted in opaque pointer mode, so the tests need deeper rewrites.
A few tests check both typed and opaque pointer output.
A few tests only make sense with typed pointer output (ForwardPtr.ll and RecursiveType.ll in particular).
One test has a crash in reverse translation.
Outside of these cases, all tests should now be using opaque pointer for testing reverse translation.
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@0dc80be
0 commit comments