llvm/test/Transforms
Benjamin Kramer d469274743 GlobalOpt: Be more aggressive about elminating side-effect free static dtors.
GlobalOpt runs early in the pipeline (before inlining) and complex class
hierarchies often introduce bitcasts or GEPs which weren't optimized away.
Teach it to ignore side-effect free instructions instead of depending on
other passes to remove them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150174 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-09 14:26:06 +00:00
..
2011-03-11 21:52:04 +00:00
2011-03-07 21:28:14 +00:00
2012-01-11 08:40:51 +00:00
2011-11-08 00:23:01 +00:00
2011-08-19 21:21:20 +00:00
2011-08-02 02:47:45 +00:00
2012-01-31 02:09:07 +00:00