This patch migrates a use of getValueProfDataFromInst in the indirect call promotion to a new version. Without this patch, getProfitablePromotionCandidates is a little strange in that it takes value profiling data from member variable ValueDataArray while taking its length as a function parameter. This patch rectifies that by teaching the function to refer to ValueDataArray, which is now a SmallVector.
4.0 KiB
4.0 KiB