| commit | 5d8eb25e78c0eefb54dafd88088bd6fb39f2a125 | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Fri Sep 30 01:50:20 2016 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Fri Sep 30 01:50:20 2016 +0000 |
| tree | 9261d97dc3de6b150a68f685bf89db4034c00486 | |
| parent | b3949ef88534b0f87d1cd675adf6582dfbf6cae5 [diff] |
AMDGPU: Use unsigned compare for eq/ne For some reason there are both of these available, except for scalar 64-bit compares which only has u64. I'm not sure why there are both (I'm guessing it's for the one bit inputs we don't use), but for consistency always using the unsigned one. llvm-svn: 282832