| commit | 16a9a205c8fecb4ed0c37b0f6dfc4ca5f0c4233f | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Wed Aug 14 23:24:17 2013 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Wed Aug 14 23:24:17 2013 +0000 |
| tree | 065a4f961e67a510e3890dc4b1a7b2f00f32b4e1 | |
| parent | 25ff9f601499e69a572cc8c6c43ba2e565f156f5 [diff] |
R600/SI: Assign a register class to the $vaddr operand for MIMG instructions The previous code declared the operand as unknown:$vaddr, which made it possible for scalar registers to be used instead of vector registers. llvm-svn: 188425