-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Description
This analysis would be used for IV widening (#7312) as well as to help implement better arm64 post-increment addressing modes.
Strength reduction: Re-express "secondary" IVs involving multiplication into addition. Pre-requisite for general post-increment. May be an alternative to IV widening if secondary IVs appear as addresses.
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI