This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Require waitcnt before barrier for all targets; adjust tests.
ClosedPublic

Authored by msearles on May 25 2017, 4:14 PM.

Details

Reviewers
rampitec
Group Reviewers
Restricted Project
Summary

[AMDGPU] Require waitcnt before barrier for all targets; adjust tests.

Diff Detail

Event Timeline

msearles created this revision.May 25 2017, 4:14 PM
msearles added a reviewer: Restricted Project.May 25 2017, 4:16 PM
rampitec accepted this revision.May 25 2017, 4:23 PM
This revision is now accepted and ready to land.May 25 2017, 4:23 PM

You can also combine gfx8/gfx9 s_waitcnt check into gcn check

msearles updated this revision to Diff 100345.May 25 2017, 5:50 PM

Update test - combine GFX8/GFX9 s_waitcnt check into GCN check

Missing the source itself ;)

msearles updated this revision to Diff 100350.May 25 2017, 6:10 PM

Doh! Add lib/Target/AMDGPU/AMDGPUSubtarget.h back into the diff.

Maybe this should be a full subtarget feature so it can be disabled

msearles updated this revision to Diff 100480.EditedMay 26 2017, 3:15 PM

Removing content of this comment as it pertained to a different revision. Sorry for the noise.

msearles updated this revision to Diff 100481.May 26 2017, 3:18 PM

Ug. Fix revision; added wrong set of diffs; correcting.

msearles closed this revision.Jun 1 2017, 8:37 AM

r304217