[all-commits] [llvm/llvm-project] 61adca: [ctxprof] Fix initializer in PGOCtxProfLowering (#...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Thu Mar 13 21:04:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61adca7c97089907b2c077f05d19274ae0c29e37
https://github.com/llvm/llvm-project/commit/61adca7c97089907b2c077f05d19274ae0c29e37
Author: Mircea Trofin <mtrofin at google.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp
Log Message:
-----------
[ctxprof] Fix initializer in PGOCtxProfLowering (#131269)
It needs to match the structure of `FunctionData` in compiler-rt, but
missed a field in PR #130655.
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