[llvm] [ctx_prof] Fix `ProfileAnnotator::allTakenPathsExit` (PR #109183)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 13:51:57 PDT 2024
================
@@ -0,0 +1,85 @@
+; REQUIRES: asserts
+; Check that the profile annotator works: we hit an exit and non-zero paths to
+; already visited blocks are not disconsidered.
----------------
teresajohnson wrote:
Not sure what you are trying to say by "are not disconsidered" here, especially with the double-negative.
https://github.com/llvm/llvm-project/pull/109183
More information about the llvm-commits
mailing list