Files
clang-p2996/llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
S. VenkataKeerthy a4f637d988 [MLGO] Fix feature iteration using FeatureMap.size() instead of NumberOfFeatures (#146436)
Due to the changes made in #143479, size of `FeatureMap` reflects the number of features used. Hence replacing `NumberOfFeatures` with `FeatureMap.size()` in the `DevelopmentModeInlineAdvisor`.
2025-06-30 17:44:23 -07:00

16 KiB