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

貢獻者指南