| commit | e4d0c142e8e9cf8b456c06f5ce9641d89b67ac86 | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Sat Aug 29 07:16:50 2015 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Sat Aug 29 07:16:50 2015 +0000 |
| tree | 5476ba4a50871c8be1f624710b2c042bfe6fc32f | |
| parent | 9a32cd3d3b79f94aa7e9d016a5e6eeb2650dd8a8 [diff] |
AMDGPU: Add sdst operand to VOP2b instructions The VOP3 encoding of these allows any SGPR pair for the i1 output, but this was forced before to always use vcc. This doesn't yet try to use this, but does add the operand to the definitions so the main change is adding vcc to the output of the VOP2 encoding. llvm-svn: 246358