[all-commits] [llvm/llvm-project] d7fb5b: [ctx_prof] PGOCtxProfFlattener must always return ...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Fri Sep 6 20:02:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7fb5b9df0a8170d082e6f8f254e723283f76bac
https://github.com/llvm/llvm-project/commit/d7fb5b9df0a8170d082e6f8f254e723283f76bac
Author: Mircea Trofin <mtrofin at google.com>
Date: 2024-09-06 (Fri, 06 Sep 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/PGOCtxProfFlattening.cpp
Log Message:
-----------
[ctx_prof] PGOCtxProfFlattener must always return `PreservedAnalyses::none()`
This is because it always removes instrumentation. This fixes failures
detectable with extensive checks, e.g. https://lab.llvm.org/buildbot/#/builders/187/builds/987
(Related to PR #107329)
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