| commit | ca7ecf3dfac3efd68ece30bd6d81e746fa5f4d96 | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Fri Aug 22 18:49:31 2014 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Fri Aug 22 18:49:31 2014 +0000 |
| tree | b9b52e09e50787fe78b2b20d0fdacaefe5d3cc26 | |
| parent | 0510514e36cb03f7668db0fb9cc9c948af304ca6 [diff] |
R600/SI: Wrap local memory pointer in AssertZExt on SI These pointers are really just offsets and they will always be less than 16-bits. Using AssertZExt allows us to use computeKnownBits to prove that these values are positive. We will use this information in a later commit. llvm-svn: 216277