[all-commits] [llvm/llvm-project] e1fe2f: [ctx_prof] Add Inlining support
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Fri Aug 30 13:28:28 PDT 2024
Branch: refs/heads/users/mtrofin/08-22-_ctx_prof_add_inlining_support
Home: https://github.com/llvm/llvm-project
Commit: e1fe2f0a768b70c99b95c1503c5a646f3386f2a7
https://github.com/llvm/llvm-project/commit/e1fe2f0a768b70c99b95c1503c5a646f3386f2a7
Author: Mircea Trofin <mtrofin at google.com>
Date: 2024-08-30 (Fri, 30 Aug 2024)
Changed paths:
M llvm/include/llvm/Analysis/CtxProfAnalysis.h
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/include/llvm/ProfileData/PGOCtxProfReader.h
M llvm/include/llvm/Transforms/Utils/Cloning.h
M llvm/lib/Analysis/CtxProfAnalysis.cpp
M llvm/lib/Transforms/IPO/ModuleInliner.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/test/Analysis/CtxProfAnalysis/full-cycle.ll
A llvm/test/Analysis/CtxProfAnalysis/inline.ll
A llvm/test/Analysis/CtxProfAnalysis/json_equals.py
M llvm/test/Analysis/CtxProfAnalysis/load.ll
Log Message:
-----------
[ctx_prof] Add Inlining support
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