[SPIR-V] Allow NoUnsignedWrap decoration on OpShiftLeftLogical (#206155)
Align the list of supported ops with spirv-val
(https://github.com/KhronosGroup/SPIRV-Tools/blob/eb5b9970f54bdc56ee957cf4b1306ed8dcb7af4c/source/val/validate_decorations.cpp#L1996-L2013)
- shl is missing from the list
- negate op is unreachable, so it is not added
- other ops are already present