[PATCH] D115907: [misexpect] Re-implement MisExpect Diagnostics

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 15:25:16 PDT 2022


xbolva00 added a comment.

Add Clang release note as well please.



================
Comment at: clang/docs/MisExpect.rst:58
+   Relaxes misexpect checking to tolerate profiling values within N% of the 
+   expected branch weight. e.g., a vlaue of ``N=5`` allows misexpect to check against
+   ``0.95 * Threshold``
----------------
value


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115907/new/

https://reviews.llvm.org/D115907



More information about the llvm-commits mailing list