JIT: Optimize *x = dblCns to *x = intCns for arm64 #61620
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
good first issue
Issue should be easy to implement, good for first-time contributors
help wanted
[up-for-grabs] Good issue for external contributors
tenet-performance
Performance related issue
Milestone
Yet another up-for-grabs:
emits:
while could be just:
The issue is basically to port these changes #52298 to ARM64 or better - move them to lower.cpp and share between both x86 and arm.
The text was updated successfully, but these errors were encountered: