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
The issue is insertion of an unneeded OpSpecConstantOp instruction between OpConstantComposite instructions. In this particular case this is not only unneeded but plainly incorrect, being an attempt to apply a bitcast to an aggregate type. This would fail later on SPIR-V to LLVM IR translation in CastInst::castIsValid().