From 8b1c60c151c56062a04cd06cfbe1d8e8efcd50ac Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 3 May 2013 17:21:24 +0000 Subject: [PATCH] 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 --- lib/Target/R600/R600Instructions.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.34.1