Review usages of impGetNodeAddr with ignored flags #89372
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
#85562 made
impGetNodeAddr
return flags the original access would use. Places that use the API but ignore the returned flags have been marked with// TODO-Bug?: verify if flags matter here
.All such cases should be reviewed and either documented to be fine or fixed to not ignore the flags.
cc @SingleAccretion
The text was updated successfully, but these errors were encountered: