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
Drop the JointMatrixINTEL struct-renaming pass when opaque pointers are enabled. (#1570)
The frontend is being changed to lower the struct name to the correct LLVM name
directly, obviating the need for this check. See
#6535 for this change.
This marks the removal of the final call to the deprecated method
Type::getPointerElementType, although there remains some code that is not fully
working with opaque pointers enabled.
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@e2bb479
0 commit comments