summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GlobalOpt/2009-03-03-dbg.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove this test because it checks wheter optimizer handled ↵Devang Patel2010-03-011-54/+0
| | | | | | @llvm.dbg.global_variable appropriately or not. LLVM does not use this scheme to encode debug info for global variables any more. llvm-svn: 97480
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81257
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Revert rev. 66167. Devang Patel2009-03-061-0/+1
| | | | | | We are still not out of woods yet. llvm-svn: 66232
* GlobalOpt only process non constant local GVs while optimizing global vars.Devang Patel2009-03-051-1/+0
| | | | | | | | | | | | 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 llvm-svn: 66167
* Should have XFAILed this test.Bill Wendling2009-03-041-0/+54
| | | | llvm-svn: 66086
* Temporarily revert r65994. It was causing rdar://6646455.Bill Wendling2009-03-041-52/+0
| | | | llvm-svn: 66083
* If a global constant is dead then global's debug info should not prevent the ↵Devang Patel2009-03-041-0/+52
optimizer in deleting the global. And while deleting global, delete global's debug info also. llvm-svn: 65994
OpenPOWER on IntegriCloud