dotnet/runtime
在 GitHub 查看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
Open
#11,578 建立於 2018年11月29日
area-CodeGen-coreclrenhancementhelp wanted
倉庫指標
- Star
- (17,886 star)
- 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