File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -2547,7 +2547,6 @@ void PreCompiledFuncImport::checkAndSetEnableSubroutine()
2547
2547
bool SPDiv = isSPDiv ();
2548
2548
bool DPEmu = isDPEmu ();
2549
2549
bool DPDivSqrtEmu = isDPDivSqrtEmu ();
2550
- bool I64DivRem = isI64DivRem ();
2551
2550
2552
2551
Module* M = m_pCtx->getModule ();
2553
2552
for (auto FI = M->begin (), FE = M->end (); FI != FE; ++FI)
@@ -2590,15 +2589,6 @@ void PreCompiledFuncImport::checkAndSetEnableSubroutine()
2590
2589
m_enableCallForEmulation = true ;
2591
2590
}
2592
2591
break ;
2593
- case Instruction::UDiv:
2594
- case Instruction::URem:
2595
- case Instruction::SDiv:
2596
- case Instruction::SRem:
2597
- if (I64DivRem && I->getOperand (0 )->getType ()->isIntegerTy (64 ))
2598
- {
2599
- m_enableCallForEmulation = true ;
2600
- }
2601
- break ;
2602
2592
}
2603
2593
2604
2594
GenIntrinsicInst* GII = dyn_cast<GenIntrinsicInst>(I);
You can’t perform that action at this time.
0 commit comments