[all-commits] [llvm/llvm-project] 8c4057: [Attributor] Replace call graph call sites after f...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Apr 15 20:25:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8c4057e3a35dfab77c0fafc307980124f2b07b5e
https://github.com/llvm/llvm-project/commit/8c4057e3a35dfab77c0fafc307980124f2b07b5e
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor] Replace call graph call sites after function replacement
The CallGraphUpdater allows to directly alter call site information and
we should do so. This might appease the windows buildbot that crashes
during the SCC traversal.
More information about the All-commits
mailing list