dotnet/runtime

Add logic (possibly just an assert) that will catch cases where we try to emit an instruction that is not supported by the underlying CPU

已关闭

#11,578 创建于 2018年11月29日

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

仓库指标

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

描述

As with https://github.com/dotnet/coreclr/issues/21105, there are some cases where we try to emit an encoding of an instruction that is not supported by the underlying CPU.

We should add some logic to the emitter that will help catch this type of error.

category:implementation theme:jit-coding-style skill-level:beginner cost:small impact:small

贡献者指南