mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
[x86] Reformat some code I moved around in a prior commit but left
poorly formatted. Sorry about that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214853 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c754b579ae
commit
ff8028c8da
@ -7656,9 +7656,9 @@ static SDValue lowerV8I16BasicBlendVectorShuffle(SDLoc DL, SDValue V1,
|
||||
Mask[BadInputs[1]] = MoveMaskIdx + 1 + MaskOffset;
|
||||
} else {
|
||||
assert(BadInputs.size() == 1 && "All sizes handled");
|
||||
int MoveMaskIdx =
|
||||
std::find(std::begin(MoveMask) + MoveOffset, std::end(MoveMask), -1) -
|
||||
std::begin(MoveMask);
|
||||
int MoveMaskIdx = std::find(std::begin(MoveMask) + MoveOffset,
|
||||
std::end(MoveMask), -1) -
|
||||
std::begin(MoveMask);
|
||||
MoveMask[MoveMaskIdx] = Mask[BadInputs[0]] - MaskOffset;
|
||||
Mask[BadInputs[0]] = MoveMaskIdx + MaskOffset;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user