This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Handle atomic_inc/atomic_dec
ClosedPublic

Authored by arsenm on Jan 20 2020, 5:11 PM.

Details

Reviewers
nhaehnle
kerbowa
Summary

The intermediate instruction drops the extra volatile argument. We are
missing an atomic ordering on these.

Diff Detail

Event Timeline

arsenm created this revision.Jan 20 2020, 5:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2020, 5:11 PM
This revision is now accepted and ready to land.Jan 22 2020, 2:36 AM