[all-commits] [llvm/llvm-project] 6b78ed: [Attributor] [WIP] Track AA dependency using depen...
hellobbn via All-commits
all-commits at lists.llvm.org
Tue Jul 14 19:22:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6b78ed60708b56d85c6d028e9a06ce24ec3c1ae5
https://github.com/llvm/llvm-project/commit/6b78ed60708b56d85c6d028e9a06ce24ec3c1ae5
Author: Luofan Chen <clfbbn at gmail.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
A llvm/test/Transforms/Attributor/depgraph.ll
Log Message:
-----------
[Attributor] [WIP] Track AA dependency using dependency graph
Summary: This patch added dependency graph to the attributor so that we can dump the dependencies between AAs more easily. We can also apply general graph algorithms to the graph, making it easier for us to create deep wrappers.
Reviewers: jdoerfert, sstefan1, uenoku, homerdin, baziotis
Reviewed By: jdoerfert
Subscribers: jfb, okura, mgrang, kuter, lebedev.ri, hiraditya, uenoku, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D78861
More information about the All-commits
mailing list