R600: BFI_INT is a vector-only instruction
authorTom Stellard <thomas.stellard@amd.com>
Fri, 3 May 2013 17:21:24 +0000 (17:21 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 3 May 2013 17:21:24 +0000 (17:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181034 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/R600Instructions.td

index 0466c187ef09c595f477dd9b5678937f215eebd1..8a60add450d79df64b1cffb9eafcdfc0c1e976e9 100644 (file)
@@ -1616,7 +1616,7 @@ let Predicates = [isEGorCayman] in {
     VecALU
   >;
 
-  def BFI_INT_eg : R600_3OP <0x06, "BFI_INT", []>;
+  def BFI_INT_eg : R600_3OP <0x06, "BFI_INT", [], VecALU>;
   defm : BFIPatterns <BFI_INT_eg>;
 
   def BIT_ALIGN_INT_eg : R600_3OP <0xC, "BIT_ALIGN_INT",