History log of /llvm-project/llvm/lib/Transforms/Scalar/GVNHoist.cpp (Results 126 – 126 of 126)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5c5798c5 01-Jul-2016 Sebastian Pop <spop@codeaurora.org>

code hoisting pass based on GVN

This pass hoists duplicated computations in the program. The primary goal of
gvn-hoist is to reduce the size of functions before inline heuristics to reduce
the total

code hoisting pass based on GVN

This pass hoists duplicated computations in the program. The primary goal of
gvn-hoist is to reduce the size of functions before inline heuristics to reduce
the total cost of function inlining.

Pass written by Sebastian Pop, Aditya Kumar, Xiaoyu Hu, and Brian Rzycki.
Important algorithmic contributions by Daniel Berlin under the form of reviews.

Differential Revision: http://reviews.llvm.org/D19338

llvm-svn: 274305

show more ...


123456