Manuel Carrasco 5224a17aa7
[FuzzMutate] Prevent the mutator from generating illegal memory operations (#144885)
This PR prevents the mutator from generating illegal memory operations
for AMDGCN. In particular, direct store and load instructions on
addrspace(8) are not permitted. This PR fixes that by properly
introducing casts to addrspace(7) when required.
2025-07-04 07:48:31 -07:00
..