[spirv-in] More sign-agnostic operations #1645
Labels
area: front-end
Input formats for conversion
kind: feature
New feature or request
lang: SPIR-V
Binary SPIR-V input and output
I did some more fuzzing with spirv-fuzz following the fixes in #1603, but it seems there are some more sign-agnostic ops that are not handled. Naga complains about these valid uses of OpBitwise{And, Or, Xor} and OpSNegate:
Here is another example using OpSMod that gets rejected:
And an example using OpSDiv that gets rejected:
The text was updated successfully, but these errors were encountered: