R600/SI: Update concat_vectors.ll to check for scratch usage
authorTom Stellard <thomas.stellard@amd.com>
Sat, 9 Aug 2014 01:06:53 +0000 (01:06 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Sat, 9 Aug 2014 01:06:53 +0000 (01:06 +0000)
commitf1ba587963e92268a6d4b56a596b3a4a7e028aeb
tree42d7675cba829c4f1979e33b9ce7b7a20d13895b
parent93c1316b70273585b573e29ba482c1f9d2815d2c
R600/SI: Update concat_vectors.ll to check for scratch usage

These tests were using SI-NOT: MOVREL to make sure concat vectors
weren't being lowered to stack loads and stores, but we are using
scratch buffers for the stack now instead of registers, so we need
to add an additional SI-NOT check for scratch buffers.

With this change I was able to uncover one broken test which will
be fixed in a future commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215269 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/R600/concat_vectors.ll