[all-commits] [llvm/llvm-project] c41c33: [Internalize] Remove interaction with CallGraph
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Mar 20 09:25:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c41c336ee065a53899b8fd4fee3b4ab73370aa7e
https://github.com/llvm/llvm-project/commit/c41c336ee065a53899b8fd4fee3b4ab73370aa7e
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Internalize.h
M llvm/lib/Transforms/IPO/Internalize.cpp
Log Message:
-----------
[Internalize] Remove interaction with CallGraph
Internalize was trying to update CallGraph if the analysis was available, but the new PM doesn't really use it so there's little reason to update it.
More information about the All-commits
mailing list