[all-commits] [llvm/llvm-project] ce9209: [ctx_prof] Fix `ProfileAnnotator::allTakenPathsExi...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Sep 18 21:08:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce9209f50e33fa0bd81de0a53723adde65290c68
https://github.com/llvm/llvm-project/commit/ce9209f50e33fa0bd81de0a53723adde65290c68
Author: Mircea Trofin <mtrofin at google.com>
Date: 2024-09-18 (Wed, 18 Sep 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/PGOCtxProfFlattening.cpp
A llvm/test/Analysis/CtxProfAnalysis/flatten-check-path.ll
Log Message:
-----------
[ctx_prof] Fix `ProfileAnnotator::allTakenPathsExit` (#109183)
Added tests to the validator and fixed issues stemming from the previous skipping over BBs with single successors - which is incorrect. That would be now picked by added tests where the assertions are expected to be triggered.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list