R600/SI: Don't verify constant bus usage of flag ops
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 11 Dec 2014 23:37:32 +0000 (23:37 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 11 Dec 2014 23:37:32 +0000 (23:37 +0000)
commite368cb378f1e5118931bd83ba8694fa19160d900
treeb05bf6138d56440d54b12ea75a32d6b4d2f1d224
parenteca1e031d152fa10861919bafacb769513ce3d2c
R600/SI: Don't verify constant bus usage of flag ops

This was checking if pseudo-operands like the source
modifiers were using the constant bus, which happens to work
because the values these all can be happen to be valid inline
immediates.

This fixes a later commit which starts checking the register class
of the operands.

llvm-svn: 224078
llvm/lib/Target/R600/SIInstrInfo.cpp