This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Make note of exisitng waitcnt instrs
ClosedPublic

Authored by msearles on Feb 16 2018, 5:59 PM.

Details

Reviewers
rampitec
Summary

Make note of existing waitcnt instrs; this is add-on work related to suppression of redundant waitcnt instrs. It is necessary to make note of these existing waitcnt instrs so that we do not fall into an infinite loop when handling loops. Also, [NFC] some minor code clean-up.

Diff Detail

Event Timeline

msearles created this revision.Feb 16 2018, 5:59 PM
This revision is now accepted and ready to land.Feb 16 2018, 8:45 PM