[APX-REX2] Left-over TODOs after REX2 encoding changes #110414
Labels
apx
Related to the Intel Advanced Performance Extensions (APX)
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
With #106557, we provided the REX2 encoding functionality to JIT backend, but due to the definition for extended GP registers (
REG_R16~REG_R31
) is still missing, I'm opening this issue to track TODOs needed to complete when we have register allocator properly updated.IsExtendedGPReg
, currently it simply return false in any cases, we will need to add correct EGPR checks to it.rcl_N/rcr_N
#110415): add missing tp and latency information torcl_N/rcr_N
, and enable them for REX2.The text was updated successfully, but these errors were encountered: