[all-commits] [llvm/llvm-project] 6ccb06: [MemProf] Fix assert when exists direct recursion ...
lifengxiang1025 via All-commits
all-commits at lists.llvm.org
Fri Jan 26 04:55:57 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ccb06a7abc2062c72267bb7054502ae7db8cb82
https://github.com/llvm/llvm-project/commit/6ccb06a7abc2062c72267bb7054502ae7db8cb82
Author: lifengxiang1025 <lifengxiang.1025 at bytedance.com>
Date: 2024-01-26 (Fri, 26 Jan 2024)
Changed paths:
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
A llvm/test/ThinLTO/X86/memprof_direct_recursion.ll
Log Message:
-----------
[MemProf] Fix assert when exists direct recursion (#78264)
Fix assert in `MemProfContextDisambiguation::applyImport` when exists
direct recursion.
More information about the All-commits
mailing list