mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
[AVX] Fix a typo in the extract subvector type constraints to specify
the correct number of operands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124234 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f4db7efa1
commit
e13359732a
@ -190,10 +190,10 @@ def SDTVecInsert : SDTypeProfile<1, 3, [ // vector insert
|
||||
SDTCisEltOfVec<2, 1>, SDTCisSameAs<0, 1>, SDTCisPtrTy<3>
|
||||
]>;
|
||||
|
||||
def SDTSubVecExtract : SDTypeProfile<1, 1, [// subvector extract
|
||||
def SDTSubVecExtract : SDTypeProfile<1, 2, [// subvector extract
|
||||
SDTCisSubVecOfVec<0,1>
|
||||
]>;
|
||||
def SDTSubVecInsert : SDTypeProfile<1, 2, [ // subvector insert
|
||||
def SDTSubVecInsert : SDTypeProfile<1, 3, [ // subvector insert
|
||||
SDTCisSubVecOfVec<2, 1>, SDTCisSameAs<0,1>
|
||||
]>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user