R600: Fix typo in R600Schedule.td
authorTom Stellard <thomas.stellard@amd.com>
Tue, 25 Jun 2013 02:39:20 +0000 (02:39 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 25 Jun 2013 02:39:20 +0000 (02:39 +0000)
commit1cb1107c660bdade8b033bae10bf223d977691e5
tree845973531768d7e392b4fe4708589efe9641aa30
parent746f7cafb2d1362de62024a6e62664c3eb3999d2
R600: Fix typo in R600Schedule.td

This should only make a difference in programs that use a lot of the
vector ALU instructions like BFI_INT and BIT_ALIGN.  There is a slight
improvement in the phatk bitcoin mining kernel with this patch on
Evergreen (vector size == 1):

Before:
1173 Instruction Groups / 9520 dwords

After:
1167 Instruction Groups / 9510 dwords

Reviewed-by: Reviewed-by: Vincent Lejeune<vljn at ovi.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600Schedule.td
test/CodeGen/R600/packetizer.ll [new file with mode: 0644]