| commit | 4e07b1d76b5beb7e464914bf4525e198f2f21998 | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Tue Jun 10 21:20:41 2014 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Tue Jun 10 21:20:41 2014 +0000 |
| tree | b12f50b5b8437a19ff1dfae12d823db958d83099 | |
| parent | 060ae39022ffe8d2d555b098fde27df8c8e1fbaa [diff] |
R600/SI: Emit an error when attempting to spill VGPRs v4 I can't get VGPR spilling to work reliable, so for now just emit an error when the register allocator tries to spill VGPRs. v2: - Fix build v3: - Added crash fix when spilling SPGRs v4: - Use V_MOV_B32 as a dummy instruction instead of S_NOP Patch by: Darren Powell https://bugs.freedesktop.org/show_bug.cgi?id=75276 llvm-svn: 210588