Arm64/Sve: Track if mask registers will be used and zero out if not #104157
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
arm-sve
Work related to arm64 SVE/SVE2 support
Priority:3
Work that is nice to have
Milestone
Similar to
compFloatingPointUsed
, we should trackcompMaskRegistersUsed
and if not, zero outRBM_MSK_CALLEE_TRASH
set. This will improve the TP throughput.Discussion: #104065 (comment)
The text was updated successfully, but these errors were encountered: