This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Refactor buffer atomic intrinsic lowering
ClosedPublic

Authored by arsenm on Aug 4 2020, 5:59 PM.

Details

Summary

Move raw/struct buffer atomic lowering to separate functions. This
avoids a long nested switch, and simplifies a future patch.

Diff Detail

Event Timeline

arsenm created this revision.Aug 4 2020, 5:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2020, 5:59 PM
arsenm requested review of this revision.Aug 4 2020, 5:59 PM
This revision is now accepted and ready to land.Aug 5 2020, 11:17 AM