| commit | a40450cba2d40c33a58f2da075e807e1953c2c6a | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Thu Nov 05 02:46:56 2015 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Thu Nov 05 02:46:56 2015 +0000 |
| tree | 125e2b43de025807632fa647341d6587a18741ea | |
| parent | bed42a7320862a23ff753fd1f5c868c11493d37a [diff] |
AMDGPU: Fix assert when legalizing atomic operands The operand layout is slightly different for the atomic opcodes from the usual MUBUF loads and stores. This should only fix it on SI/CI. VI is still broken because it still emits the addr64 replacement. llvm-svn: 252140