| commit | 2738ede6b2e8de6b09afadc7f09d75b18491a629 | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Aug 02 17:15:01 2017 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Aug 02 17:15:01 2017 +0000 |
| tree | 59a01c3113e0df5f66d3f60561967e8203b47ef1 | |
| parent | 5577363a2c4e1b3c3e7f725c72017ed7e16870cf [diff] |
AMDGPU: Restore using MRI to find highest used regs If there are no calls, this is a faster path than searching the entire program for calls. This was supposed to be left in r309781. Fixes unused variable warning. llvm-svn: 309832