This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add FeatureFlatAtomicFaddF32Inst
ClosedPublic

Authored by Petar.Avramovic on Sep 23 2022, 6:37 AM.

Details

Summary

Feature used by targets that have flat_atomic_add_f32 instruction
(gfx940 and gfx11). Remove isGFX940GFX11Plus.
Add hasFlatAtomicFaddF32Inst Subtarget check for codegen.

Diff Detail