diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86InterleavedAccess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InterleavedAccess.cpp b/llvm/lib/Target/X86/X86InterleavedAccess.cpp index ff7244f6219..e93ec274ee9 100644 --- a/llvm/lib/Target/X86/X86InterleavedAccess.cpp +++ b/llvm/lib/Target/X86/X86InterleavedAccess.cpp @@ -536,7 +536,7 @@ static void group2Shuffle(MVT VT, SmallVectorImpl<uint32_t> &Mask, // By computing the shuffle on a sequence of 16 elements(one lane) and add the // correct offset. We are creating a vpsuffed + blend sequence between two // shuffles. -static void genShuffleBland(MVT VT, SmallVectorImpl<uint32_t> &Mask, +static void genShuffleBland(MVT VT, ArrayRef<uint32_t> Mask, SmallVectorImpl<uint32_t> &Out, int LowOffset, int HighOffset) { assert(VT.getSizeInBits() == 256 && |