This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix redundant setting of m0 for atomic load/store
ClosedPublic

Authored by arsenm on Oct 10 2019, 12:40 PM.

Details

Reviewers
rampitec
Summary

Atomic load/store would have their setting of m0 handled twice, which
happened to be optimized out later.

Diff Detail

Event Timeline

arsenm created this revision.Oct 10 2019, 12:40 PM
This revision is now accepted and ready to land.Oct 10 2019, 12:59 PM
arsenm closed this revision.Oct 14 2019, 11:31 AM

r374801