From: Tom Stellard Date: Fri, 3 May 2013 17:21:24 +0000 (+0000) Subject: R600: BFI_INT is a vector-only instruction X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8b1c60c151c56062a04cd06cfbe1d8e8efcd50ac;p=oota-llvm.git R600: BFI_INT is a vector-only instruction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181034 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/R600Instructions.td b/lib/Target/R600/R600Instructions.td index 0466c187ef0..8a60add450d 100644 --- a/lib/Target/R600/R600Instructions.td +++ b/lib/Target/R600/R600Instructions.td @@ -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 ; def BIT_ALIGN_INT_eg : R600_3OP <0xC, "BIT_ALIGN_INT",