[llvm] [ctx_prof] Fix `ProfileAnnotator::allTakenPathsExit` (PR #109183)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 16:30:06 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.
----------------
mtrofin wrote:

clarified.

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


More information about the llvm-commits mailing list