diff options
author | Manuel Carrasco <Manuel.Carrasco@amd.com> | 2025-07-04 15:48:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-04 07:48:31 -0700 |
commit | 5224a17aa7cb96704750adbcedec8852398e8eaf (patch) | |
tree | 16a4b8f837cb8f72c7a7b03799a2c5ad07253dbf /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 32946eb124e87a58a94b55ee0a64d1d2265fc58d (diff) | |
download | llvm-5224a17aa7cb96704750adbcedec8852398e8eaf.zip llvm-5224a17aa7cb96704750adbcedec8852398e8eaf.tar.gz llvm-5224a17aa7cb96704750adbcedec8852398e8eaf.tar.bz2 |
[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.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions