This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix flat atomics
ClosedPublic

Authored by arsenm on Jun 3 2016, 10:51 PM.

Details

Reviewers
tstellarAMD
Summary

The flat atomics could already be selected, but only
when using flat instructions for global memory. Add
patterns for flat addresses.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 59647.Jun 3 2016, 10:51 PM
arsenm retitled this revision from to AMDGPU: Fix flat atomics.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jun 9 2016, 1:13 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jun 9 2016, 1:13 PM
arsenm closed this revision.Jun 9 2016, 4:50 PM

r272345