[PATCH] R600/SI: Report offset in correct units for st64 DS instructions
Matt Arsenault
Matthew.Arsenault at amd.com
Tue Sep 9 10:59:37 PDT 2014
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.
http://reviews.llvm.org/D5274
Files:
lib/Target/R600/SIInstrInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5274.13483.patch
Type: text/x-patch
Size: 1016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140909/5a429ae7/attachment.bin>
More information about the llvm-commits
mailing list