Support loop cloning with non-int iteration variables #85552
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Priority:2
Work that is important, but not critical for the release
Milestone
Loops with
byte
/short
iteration variables:create an iteration increment tree with a CAST node:
This pattern is not matched by
GenTree::IsLclVarUpdateTree()
.Loops with
long
iteration variables:create (naturally) an increment constant that is
long
typed:and that is screened out by
Compiler::optIsLoopIncrTree()
:category:cq
theme:loop-opt
skill-level:expert
cost:small
impact:small
The text was updated successfully, but these errors were encountered: