mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
R600: BFI_INT is a vector-only instruction
llvm-svn: 181034
This commit is contained in:
parent
f2fd0109a0
commit
9015d64c2e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user