area-CodeGen-coreclrhelp wanted
仓库指标
- Star
- (17,886 star)
- PR 合并指标
- (平均合并 12天 11小时) (30 天内合并 661 个 PR)
描述
verifyRegUsed() is supposed to be an assertion that the register is marked as used. However, its implementation is changing the register mask instead. This needs to be clean up.
dotnet/coreclr#18296 was an attempt to fix it, but it was wrong and incomplete. We need a better solution than that.
category:implementation theme:jit-coding-style skill-level:beginner cost:small