mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
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
This commit is contained in:
parent
83f0a5a5e8
commit
8b1c60c151
@ -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…
x
Reference in New Issue
Block a user