R600: Simplify assembly for KCache registers using the TableGen !add operator
authorTom Stellard <thomas.stellard@amd.com>
Tue, 23 Jul 2013 01:48:08 +0000 (01:48 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 23 Jul 2013 01:48:08 +0000 (01:48 +0000)
commit125f9d0ca216e08ee07ec11f190395901f089deb
treead889d94de0dacbaa7c5221c47b44989d67a6258
parentf502c292f6edd6b0562a93cc67cd241f52a57d54
R600: Simplify assembly for KCache registers using the TableGen !add operator

Before:

MOV * T0.W, KC0[131-128].Y

After:

MOV * T0.W, KC0[3].Y

Reviewed-by: Vincent Lejeune <vljn at ovi.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186917 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600RegisterInfo.td