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)
commitfc9fda544322f0b6502722c9f4cc3ebac0d5f191
tree45608f6ef143bac9b7d8aba225ae76cee6429faf
parent9bd1daf4b9be037435ddc7582c5b9f056566fe9a
R600/SI: Change how DS offsets are printed

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219537 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h
lib/Target/R600/SIInstrInfo.td
test/CodeGen/R600/address-space.ll
test/CodeGen/R600/atomic_cmp_swap_local.ll
test/CodeGen/R600/atomic_load_add.ll
test/CodeGen/R600/atomic_load_sub.ll
test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll
test/CodeGen/R600/ds_read2.ll
test/CodeGen/R600/ds_read2st64.ll
test/CodeGen/R600/ds_write2.ll
test/CodeGen/R600/ds_write2st64.ll
test/CodeGen/R600/gep-address-space.ll
test/CodeGen/R600/local-64.ll
test/CodeGen/R600/local-atomics.ll
test/CodeGen/R600/local-atomics64.ll
test/CodeGen/R600/local-memory-two-objects.ll
test/CodeGen/R600/shl_add_ptr.ll
test/CodeGen/R600/unaligned-load-store.ll