| commit | 1d6317c3ad5d16355f2a261ff8bdda78f76357b5 | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Aug 02 01:42:04 2017 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Aug 02 01:42:04 2017 +0000 |
| tree | 66e66d0180ae362a09ce6a37e27acef860554341 | |
| parent | 6ed7b9bfc09b98b0987c6d87bd250620050ff2d5 [diff] |
AMDGPU: Fix emitting encoded calls This was failing on out of bounds access to the extra operands on the s_swappc_b64 beyond those in the instruction definition. This was working, but somehow regressed within the past few weeks, although I don't see any obvious commit. llvm-svn: 309782