Skip to content
Unverified Commit 7bc114ba authored by Alastair Donaldson's avatar Alastair Donaldson Committed by GitHub
Browse files

spirv-fuzz: do not replace a pointer argument to a function call with a synonym (#2901)

Before this change, spirv-fuzz would replace a pointer argument to a
function call with a synonym, which is problematic when the synonym is
not a memory object declaration, since function call arguments are
required to be memory object declarations. This change adds a check
to ensure that such a replacement is not made.

Fixes #2896.
parent 290f6a82
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment