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
SPIR-V spec says that operands of OpBitcast shouldn't necessarily have the same number of components. The only constraint is that they must have the same number of bits. Consider improving TransformationEquationInstruction to support this use-case.