[all-commits] [llvm/llvm-project] 139c9e: [Attributor] Annotate call sites of declarations w...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Dec 13 21:53:41 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 139c9ef45afeb7f76d3f612315506e30010b3204
https://github.com/llvm/llvm-project/commit/139c9ef45afeb7f76d3f612315506e30010b3204
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2019-12-13 (Fri, 13 Dec 2019)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/test/Transforms/Attributor/IPConstantProp/openmp_parallel_for.ll
M llvm/test/Transforms/Attributor/IPConstantProp/pthreads.ll
Log Message:
-----------
[Attributor] Annotate call sites of declarations with a callback
Even if a declaration is called, if there is a callback we might need
the information during CG-SCC traversal (D70767).
More information about the All-commits
mailing list