[RyuJIT][arm64] Optimize "x<0" and "x>=0" #43440
Labels
arch-arm64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
tenet-performance
Performance related issue
Milestone
There are two cases:
Case1:
current codegen:
expected codegen:
x86-related PR: #35627
Case2 (jump condition):
current codegen:
expected codegen:
NOTE: for the second case we already have an optimization for x==0 -> tb(n)z so should be easy to extend.
/cc @kunalspathak @echesakovMSFT
category:cq
theme:codegen
skill-level:intermediate
cost:medium
impact:medium
The text was updated successfully, but these errors were encountered: