Consider rebuilding loop table after loop cloning #62615
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
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
The text was updated successfully, but these errors were encountered: