Skip to content

RyuJIT: Implement induction variable analysis #93143

@BruceForstall

Description

@BruceForstall

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 SuperPMI

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions