[all-commits] [llvm/llvm-project] c3d507: [MemProf] Refactor backedge computation and invoke...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Fri Feb 21 12:58:02 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3d5070086d604452336fc9dc6666559e420aad9
https://github.com/llvm/llvm-project/commit/c3d5070086d604452336fc9dc6666559e420aad9
Author: Teresa Johnson <tejohnson at google.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
Log Message:
-----------
[MemProf] Refactor backedge computation and invoke earlier (#128226)
Invoke the backedge computation (refactored as a new method) at the end
of the graph construction, instead of at the start of cloning. That
makes more logical sense, and it also makes it easier to look at the
results in the postbuild dot graph with a follow on change to display
those differently.
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