[all-commits] [llvm/llvm-project] 24a618: [MemProf] Look through alias when applying cloning...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Wed Nov 15 13:14:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24a618f69e3eced02e4a7fdcf37a7dd14eeabddc
https://github.com/llvm/llvm-project/commit/24a618f69e3eced02e4a7fdcf37a7dd14eeabddc
Author: Teresa Johnson <tejohnson at google.com>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
A llvm/test/ThinLTO/X86/memprof-distrib-alias.ll
Log Message:
-----------
[MemProf] Look through alias when applying cloning in ThinLTO backend (#72156)
Mirror the handling in ModuleSummaryAnalysis to look through aliases
when handling call instructions in the ThinLTO backend MemProf handling.
Fixes #72094
More information about the All-commits
mailing list