Dependence graphs and compiler optimizations

D. J. Kuck, R. H. Kuhn, D. A. Padua, B. Leasure, M. Wolfe
1981
708 citations
1 reference

Abstract

Dependence graphs can be used as a vehicle for formulating and implementing compiler optimizations. This paper defines such graphs and discusses two kinds of transformations. The first are simple rewriting transformations that remove dependence arcs. The second are abstraction transformations that deal more globally with a dependence graph. These transformations have been implemented and applied to several different types of high-speed architectures.

1 repository
1 reference

Code References

llvm/llvm-project
1 file
llvm/docs/DependenceGraphs/index.rst
1
L139 .. [1] "D. J. Kuck, R. H. Kuhn, D. A. Padua, B. Leasure, and M. Wolfe (1981). DEPENDENCE GRAPHS AND COMPILER OPTIMIZATIONS."
Link copied to clipboard!