R600/SI: Report offset in correct units for st64 DS instructions
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 10 Sep 2014 23:26:16 +0000 (23:26 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 10 Sep 2014 23:26:16 +0000 (23:26 +0000)
commitc8256c4dcb182bb67dab268c03cd43071eccdf5a
treebfa1ea04e65a84df8f208d0b7e4387fd9bd6d742
parent3f93a546c26f30e28b593243578fa24df5ff69df
R600/SI: Report offset in correct units for st64 DS instructions

Need to convert the 64 element offset into bytes, not just the element
size like the normal case instructions.

Noticed by inspection. This can't be hit now because
st64 instructions aren't emitted during instruction selection,
and the post-RA scheduler isn't enabled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217560 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIInstrInfo.cpp