未验证 提交 f00c4cb4 编写于 作者: S SingleAccretion 提交者: GitHub

Enable direct decomposition of promoted args on ARM (#71780)

上级 3509d58a
......@@ -3188,14 +3188,6 @@ GenTreeCall* Compiler::fgMorphArgs(GenTreeCall* call)
makeOutArgCopy = true;
}
#endif // defined(TARGET_ARMARCH) || defined(TARGET_LOONGARCH64)
#ifdef TARGET_ARM
if ((lclVar != nullptr) &&
(lvaGetPromotionType(lclVar->AsLclVarCommon()->GetLclNum()) == PROMOTION_TYPE_INDEPENDENT))
{
makeOutArgCopy = true;
}
#endif // TARGET_ARM
}
else
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册