diff options
author | Mark Searles <m.c.searles@gmail.com> | 2018-01-30 16:49:38 +0000 |
---|---|---|
committer | Mark Searles <m.c.searles@gmail.com> | 2018-01-30 16:49:38 +0000 |
commit | d6d5a2571fa4c0d11eea08674b0ad81cfc9b8498 (patch) | |
tree | a437e8a83ac0399db38029d7169f67b5ac63477c /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | a349d4820cc18997a0b23e25540694ed8e12126f (diff) | |
download | bcm5719-llvm-d6d5a2571fa4c0d11eea08674b0ad81cfc9b8498.tar.gz bcm5719-llvm-d6d5a2571fa4c0d11eea08674b0ad81cfc9b8498.zip |
[AMDGPU] Add options for waitcnt pass debugging; add instr count in debug output.
-amdgpu-waitcnt-forcezero={1|0} Force all waitcnt instrs to be emitted as s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
-amdgpu-waitcnt-forceexp=<n> Force emit a s_waitcnt expcnt(0) before the first <n> instrs
-amdgpu-waitcnt-forcelgkm=<n> Force emit a s_waitcnt lgkmcnt(0) before the first <n> instrs
-amdgpu-waitcnt-forcevm=<n> Force emit a s_waitcnt vmcnt(0) before the first <n> instrs
This patch was pushed ( abb190fd51cd2f9a9eef08c024e109f7f7e909fc ), which caused a buildbot failure, reverted ( 6227480d74da507cf8e1b4bcaffbdb9fb875b4b8 ), and then updated to fix buildbot failures (this patch).
Differential Revision: https://reviews.llvm.org/D40091
llvm-svn: 323788
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions