mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Remove tabs.
Sorry, new machine and I forgot to change the editor setting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207578 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -731,10 +731,10 @@ Instruction *InstCombiner::visitCallInst(CallInst &CI) {
|
|||||||
|
|
||||||
// The intrinsics only read one or two bits, clear the rest.
|
// The intrinsics only read one or two bits, clear the rest.
|
||||||
for (unsigned I = 0; I < Size; ++I) {
|
for (unsigned I = 0; I < Size; ++I) {
|
||||||
uint32_t Index = C->getElementAsInteger(I) & 0x3;
|
uint32_t Index = C->getElementAsInteger(I) & 0x3;
|
||||||
if (II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd ||
|
if (II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd ||
|
||||||
II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd_256)
|
II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd_256)
|
||||||
Index >>= 1;
|
Index >>= 1;
|
||||||
Indexes[I] = Index;
|
Indexes[I] = Index;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user