| commit | 060ae39022ffe8d2d555b098fde27df8c8e1fbaa | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Tue Jun 10 21:20:38 2014 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Tue Jun 10 21:20:38 2014 +0000 |
| tree | 7bbd94d73417b3bf5766edb71372ec3685487cc5 | |
| parent | 9c865ddb74b8190cbbbc9d1218640ecaf80a2514 [diff] |
R600/SI: Fix a crash when spilling SGPRs We need to make sure only one new instruction is added when spilling otherwise the register allocator may crash. This fixes a crash in the game Antichamber. https://bugs.freedesktop.org/show_bug.cgi?id=75276 llvm-svn: 210587