This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove atomic inc/dec patterns
ClosedPublic

Authored by arsenm on Mar 22 2016, 11:18 AM.

Details

Reviewers
tstellarAMD
Summary

There is no benefit to these since materializing the constant 1
requires the same number of instructions as materializing uint_max

Diff Detail

Event Timeline

arsenm updated this revision to Diff 51309.Mar 22 2016, 11:18 AM
arsenm retitled this revision from to AMDGPU: Remove atomic inc/dec patterns.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Mar 22 2016, 6:17 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Mar 22 2016, 6:17 PM
arsenm closed this revision.Mar 23 2016, 4:29 PM

r264215