| commit | 03006fd3c43d81106d9b29a4b602e18836434614 | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Tue Jul 19 16:27:56 2016 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Tue Jul 19 16:27:56 2016 +0000 |
| tree | 49d86253c4afef0acf15f9328de061b761d9fa01 | |
| parent | 2d58a64e7ffd76a3c8cfd586aa72b171f10a38a9 [diff] |
AMDGPU: Only use legal inline immediates with kill pseudo Only if the value is negative or positive is what matters, so use a constant that doesn't require an instruction to materialize. These should really just emit the write exec directly, but for stick with the kill pseudo-terminator. llvm-svn: 275988