Skip to content

Consider rebuilding loop table after loop cloning #62615

@BruceForstall

Description

@BruceForstall

Doing this would put the "slow path" cloned loop in the loop table, enabling it for downstream optimization, such as hoisting, and possibly enabling hoisting things common to the slow and fast paths.

It would also let the slow path show more clearly in the JitDumpFg "dot" graph dumps.

category:cq
theme:loop-opt
skill-level:intermediate
cost:medium
impact:small

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

Relationships

None yet

Development

No branches or pull requests

Issue actions