Support loop cloning of class member arrays #77071
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Currently, if the array being iterated is a class member (and not a function local), we can't analyze the access (e.g., can't determine if the array object is loop-invariant).
e.g.,
category:cq
theme:loop-opt
skill-level:expert
cost:large
impact:medium
The text was updated successfully, but these errors were encountered: