Tom Stellard 80544654f3 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216277 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-22 18:49:31 +00:00
..
2014-08-15 14:01:07 +00:00
2014-06-14 04:26:07 +00:00
2014-08-06 00:44:25 +00:00
2014-08-11 18:04:46 +00:00