Files
clang-p2996/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
Pierre van Houtryve 924a64a348 [AMDGPU] Only emit SCOPE_SYS global_wb (#110636)
global_wb with scopes lower than SCOPE_SYS is unnecessary for
correctness.

I was initially optimistic they would be very cheap no-ops but they can
actually be quite expensive so let's avoid them.
2024-10-07 07:35:31 +02:00

104 KiB