| commit | 2f470c62cba90ca47f3aead9b0344c4c183dd6be | [log] [tgz] | 
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Dec 03 05:22:32 2014 +0000 | 
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Dec 03 05:22:32 2014 +0000 | 
| tree | 8ac7809e72a0d78f76b439cd758d7d2beb29920b | |
| parent | 691ae3d65762f0de3e3bb916c75db5430bf4146d [diff] | 
R600/SI: Fix suspicious indexing The loop is over the operands of an instruction, and checks the register with the sub reg index of the dest register. This probably meant to be checking the sub reg index of the same operand. llvm-svn: 223205