[llvm] r181034 - R600: BFI_INT is a vector-only instruction

Tom Stellard thomas.stellard at amd.com
Fri May 3 10:21:25 PDT 2013


Author: tstellar
Date: Fri May  3 12:21:24 2013
New Revision: 181034

URL: http://llvm.org/viewvc/llvm-project?rev=181034&view=rev
Log:
R600: BFI_INT is a vector-only instruction

Modified:
    llvm/trunk/lib/Target/R600/R600Instructions.td

Modified: llvm/trunk/lib/Target/R600/R600Instructions.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/R600Instructions.td?rev=181034&r1=181033&r2=181034&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/R600Instructions.td (original)
+++ llvm/trunk/lib/Target/R600/R600Instructions.td Fri May  3 12:21:24 2013
@@ -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",





More information about the llvm-commits mailing list