This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Add s_waitcnt at the end of non-void functions
ClosedPublic

Authored by mareko on Jan 9 2016, 3:27 PM.

Details

Summary

v2: Make ReturnsVoid private, so that I can another 8 lines of code and

look more productive.

Diff Detail

Repository
rL LLVM

Event Timeline

mareko updated this revision to Diff 44412.Jan 9 2016, 3:27 PM
mareko retitled this revision from to AMDGPU/SI: Add s_waitcnt at the end of non-void functions.
mareko updated this object.
mareko added reviewers: tstellarAMD, arsenm.

Ping. This adds s_waitcnt at the end of functions which have loads or stores in flight.

tstellarAMD accepted this revision.Jan 13 2016, 8:28 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 13 2016, 8:28 AM
This revision was automatically updated to reflect the committed changes.