From: Michael Zuckerman Date: Fri, 29 Sep 2017 12:45:54 +0000 (+0000) Subject: Small modification X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be4356b5b53dadd0671c748b281336c16a88c73a;p=llvm Small modification Change-Id: I360abccee12cae29bd2ac4f8399c9ecc92eb7f13 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314510 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InterleavedAccess.cpp b/lib/Target/X86/X86InterleavedAccess.cpp index ff7244f6219..e93ec274ee9 100644 --- a/lib/Target/X86/X86InterleavedAccess.cpp +++ b/lib/Target/X86/X86InterleavedAccess.cpp @@ -536,7 +536,7 @@ static void group2Shuffle(MVT VT, SmallVectorImpl &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 &Mask, +static void genShuffleBland(MVT VT, ArrayRef Mask, SmallVectorImpl &Out, int LowOffset, int HighOffset) { assert(VT.getSizeInBits() == 256 &&