dotnet/runtime
在 GitHub 查看[ARM32] Split CodeGen::instGen_Set_Reg_To_Imm into relocatable immediate/non-relocatable immediate cases
Open
#10,755 建立於 2018年7月23日
arch-arm32area-CodeGen-coreclrenhancementhelp wanted
倉庫指標
- Star
- (17,886 star)
- PR 合併指標
- (平均合併 12天 11小時) (30 天內合併 661 個 PR)
描述
As suggested in https://github.com/dotnet/coreclr/pull/19013#discussion_r204171338 the next step complement to dotnet/coreclr#19013 should be splitting instGen_Set_Reg_To_Imm in src/jit/codegenarm.cpp into two separate functions:
- the one that accepts only relocatable immediate (as a
BYTE* addr); - another one that accepts non-relocatable immediate (as a
target_ssize_t imm).
@BruceForstall Please feel free to add if I missed anything
category:implementation theme:emitter skill-level:beginner cost:small impact:small