OSDN Git Service

R600: Don't mix LDS and non-LDS instructions in the same group
authorVincent Lejeune <vljn@ovi.com>
Wed, 31 Jul 2013 19:31:41 +0000 (19:31 +0000)
committerVincent Lejeune <vljn@ovi.com>
Wed, 31 Jul 2013 19:31:41 +0000 (19:31 +0000)
commita92f8ee2f3ee12d26f6ed0720c763021cfa22ca8
tree803e79c1f31e99bab728863734e779e28b6f7d72
parent3f1de26cb5cc0543a6a1d71259a7a39d97139051
R600: Don't mix LDS and non-LDS instructions in the same group

There are a lot of restrictions on instruction groups that contain
LDS instructions, so for now we will be conservative and not packetize
anything else with them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187513 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600Packetizer.cpp