R600/SI: Change how DS offsets are printed
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 10 Oct 2014 22:16:07 +0000 (22:16 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 10 Oct 2014 22:16:07 +0000 (22:16 +0000)
commit61cc9083d030f6b419aeb4579592b72134f39246
tree746fbf6de6707bfb57a1d41d423aa672e6218298
parentfe0a2e677be35728630c971a2751b5a43b980432
R600/SI: Change how DS offsets are printed

Match SC by using offset/offset0/offset1 and printing
in decimal.

llvm-svn: 219537
19 files changed:
llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h
llvm/lib/Target/R600/SIInstrInfo.td
llvm/test/CodeGen/R600/address-space.ll
llvm/test/CodeGen/R600/atomic_cmp_swap_local.ll
llvm/test/CodeGen/R600/atomic_load_add.ll
llvm/test/CodeGen/R600/atomic_load_sub.ll
llvm/test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll
llvm/test/CodeGen/R600/ds_read2.ll
llvm/test/CodeGen/R600/ds_read2st64.ll
llvm/test/CodeGen/R600/ds_write2.ll
llvm/test/CodeGen/R600/ds_write2st64.ll
llvm/test/CodeGen/R600/gep-address-space.ll
llvm/test/CodeGen/R600/local-64.ll
llvm/test/CodeGen/R600/local-atomics.ll
llvm/test/CodeGen/R600/local-atomics64.ll
llvm/test/CodeGen/R600/local-memory-two-objects.ll
llvm/test/CodeGen/R600/shl_add_ptr.ll
llvm/test/CodeGen/R600/unaligned-load-store.ll