We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testcase-4722946583101440.zip
Running fuzz_bounds on the enclosed file produces a failure (note that this test emits the scope dump for failures):
scope
$ ./build/linux-x64-fuzzer/test/fuzz/fuzz_bounds testcase-4722946583101440 can't prove upper bound: (0 <= -2147483648) a = (uint16)0 b = (uint16)0 c = (uint16)0 d = (uint16)0 e = (uint16)0 select(int32((uint16)c) >= int32((uint16)c), int32x2(ramp(uint32((uint16)a), (uint32)2147483648, 2)), x2(-128)) [0, -2147483648] In vector lane 0: int32((uint16)a) -> 0 scope { a : [(uint16)0, (uint16)0] b : [(uint16)0, (uint16)0] c : [(uint16)0, (uint16)0] d : [(uint16)0, (uint16)0] e : [(uint16)0, (uint16)0] }
The text was updated successfully, but these errors were encountered:
Initially assigning to @abadams for triage
Sorry, something went wrong.
cast<i32>(u32)
I think this is the issue in #7807
abadams
Successfully merging a pull request may close this issue.
testcase-4722946583101440.zip
Running fuzz_bounds on the enclosed file produces a failure (note that this test emits the
scope
dump for failures):The text was updated successfully, but these errors were encountered: