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
Remove BI__builtin_hlsl_cross Sema checks from clang/lib/Sema/SemaHLSL.cpp
Remove getCrossIntrinsic from clang/lib/CodeGen/CGHLSLRuntime.h
Remove emitting intrinsic from clang/lib/CodeGen/CGBuiltin.cpp
Remove expandCrossIntrinsic in llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
Implement cross algorithmicly in hlsl_intrinsics.h
add a pattern match for cross as an InstCombine in llvm/lib/Target/SPIRV/SPIRVPreLegalizerCombiner.cpp to be able to still emit the cross GL extension.