This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Fix selection of gfx90a FP atomics
ClosedPublic

Authored by arsenm on Jan 19 2022, 6:51 AM.

Details

Summary

The struct/raw forms for the buffer atomics now work as
expected. However, we're incorrectly handling the legacy form (which
we probably shouldn't handle at all). We also are not diagnosing the
use of the return value on gfx908. These will be addressed separately.

Diff Detail