R600/SI: Fix 64-bit bit ops that require the VALU.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 24 Mar 2014 20:08:05 +0000 (20:08 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 24 Mar 2014 20:08:05 +0000 (20:08 +0000)
commitdb1807144a0f76b88fa073558f26972bbea25e05
treea3f9a2a10b82ac20262dd619f6cf6680a092be1b
parentd816eda3c794b940f9d9f539456e21c2031868b6
R600/SI: Fix 64-bit bit ops that require the VALU.

Try to match scalar and first like the other instructions.
Expand 64-bit ands to a pair of 32-bit ands since that is not
available on the VALU.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204660 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIInstrInfo.cpp
lib/Target/R600/SIInstrInfo.h
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/or.ll