Files
clang-p2996/llvm/test/Transforms/AtomicExpand/AMDGPU
Matt Arsenault a2a73d892a AMDGPU: Fix no return atomicrmw fadd v2f16 selection for gfx908 (#96948)
We previously would always expand this with a cmpxchg loop, while
it should be the same conditions as the f32 case (except for the
denormal concern).
2024-06-27 21:17:16 +02:00
..