This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Optimize atomic AND/OR/XOR
ClosedPublic

Authored by foad on Jul 16 2019, 10:48 AM.

Details

Summary

Extend the atomic optimizer to handle AND, OR and XOR.

Diff Detail

Repository
rL LLVM

Event Timeline

foad created this revision.Jul 16 2019, 10:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 16 2019, 10:48 AM
arsenm accepted this revision.Jul 17 2019, 6:24 AM
This revision is now accepted and ready to land.Jul 17 2019, 6:24 AM
This revision was automatically updated to reflect the committed changes.