[llvm] [llvm-profgen] Improve sample profile density (PR #92144)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 13:39:39 PDT 2024


================
@@ -768,9 +748,89 @@ void ProfileGenerator::populateBoundarySamplesForAllFunctions(
   }
 }
 
+// Note taht ideally the size should be the number of function's instruction.
----------------
WenleiHe wrote:

type taht -> that

https://github.com/llvm/llvm-project/pull/92144


More information about the llvm-commits mailing list