Files
llvm-6502/test/Transforms/GlobalOpt
Devang Patel 5049600672 GlobalOpt only process non constant local GVs while optimizing global vars.
If non constant local GV named A is used by a constant local GV named B (e.g. llvm.dbg.variable) and B is not used by anyone else then eliminate A as well as B.

In other words, debug info should not interfere in removal of unused GV.
--This life, and those below, will be ignored--

M    test/Transforms/GlobalOpt/2009-03-03-dbg.ll
M    lib/Transforms/IPO/GlobalOpt.cpp


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66167 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-05 18:12:02 +00:00
..
2007-07-19 23:13:04 +00:00
2007-05-13 21:28:25 +00:00
2008-01-04 05:04:53 +00:00
2008-04-19 22:32:52 +00:00
2007-04-15 08:30:33 +00:00
2007-11-13 21:42:48 +00:00
2008-04-19 22:32:52 +00:00
2008-12-15 19:42:05 +00:00
2008-12-16 21:04:51 +00:00
2008-04-19 22:32:52 +00:00