| commit | 4f575f7aaf2ccf93989c82520ad082165050fd5e | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Sat Aug 09 01:06:53 2014 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Sat Aug 09 01:06:53 2014 +0000 |
| tree | 7bc2f17d72ed715311cf89b0840523ccc40019c5 | |
| parent | 9d6448b1370ad67afcdcf90699f9ffddf2d582a9 [diff] |
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. llvm-svn: 215269