mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +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:
parent
984f2fc09e
commit
8263bafd17
@ -731,10 +731,10 @@ Instruction *InstCombiner::visitCallInst(CallInst &CI) {
|
||||
|
||||
// The intrinsics only read one or two bits, clear the rest.
|
||||
for (unsigned I = 0; I < Size; ++I) {
|
||||
uint32_t Index = C->getElementAsInteger(I) & 0x3;
|
||||
if (II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd ||
|
||||
II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd_256)
|
||||
Index >>= 1;
|
||||
uint32_t Index = C->getElementAsInteger(I) & 0x3;
|
||||
if (II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd ||
|
||||
II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd_256)
|
||||
Index >>= 1;
|
||||
Indexes[I] = Index;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user