dotnet/runtime

Updating the RMW flags for HWIntrinsic nodes

已关闭

#9,907 创建于 2018年3月9日

 (3 条评论) (0 个反应) (0 位负责人)C# (5,445 个派生)batch import
area-CodeGen-coreclrenhancementhelp wanted

仓库指标

星标
 (17,886 个星标)
PR 合并指标
 (平均合并 12天 11小时) (30 天内合并 661 个 PR)

描述

At present, RMW semantics is tracked via a combination of the compiler support for VEX-encoded instructions and the NoRMWSemantics flag.

We should update this to instead be a combination of flags: RMWSemanticsSseOnly and RMWSemanticsAlways (or similar).

This will allow all scenarios to be table driven and for the check to be a positive case, rather than a negative case (which can sometimes lead to confusion).

category:implementation theme:hardware-intrinsics skill-level:intermediate cost:small

贡献者指南