summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/InstCombine/getelementptr.ll
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-73/+0
| | | | llvm-svn: 33296
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
| | | | llvm-svn: 32115
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-231-1/+1
| | | | | | | older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896
* new testcaseChris Lattner2005-05-011-0/+5
| | | | llvm-svn: 21646
* rename fnChris Lattner2005-04-251-1/+1
| | | | llvm-svn: 21540
* new testcaseChris Lattner2005-04-251-0/+8
| | | | llvm-svn: 21539
* New testcase, rework testcases to fail if there are any gep's other than thoseChris Lattner2004-10-161-3/+10
| | | | | | involving %B instead of allowing any geps except %A's. llvm-svn: 17065
* The instruction combining pass removes dead instructions, there is no needChris Lattner2004-02-281-1/+1
| | | | | | to run the die pass after it. llvm-svn: 11942
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-161-1/+1
| | | | llvm-svn: 8558
* Remove usage of grep-not scriptChris Lattner2003-06-281-1/+1
| | | | llvm-svn: 6966
* Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner2003-06-281-4/+1
| | | | llvm-svn: 6955
* Add testcase for reason that typesafety of power is being brokenChris Lattner2003-06-211-0/+6
| | | | llvm-svn: 6836
* Add testcase for new instcombine xformChris Lattner2003-03-051-2/+8
| | | | llvm-svn: 5703
* Add new getelementptr elimination testChris Lattner2002-11-041-0/+7
| | | | llvm-svn: 4535
* Convert to use long indexes instead of uintChris Lattner2002-09-171-6/+6
| | | | llvm-svn: 3781
* Add new testcase for gep instruction -> get constexpr promotionChris Lattner2002-08-161-0/+8
| | | | llvm-svn: 3364
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-021-1/+1
| | | | | | If instcombine is making dead instructions, ALL that should be used is -die llvm-svn: 3221
* Change test to really test the cases we can hitChris Lattner2002-08-021-16/+18
| | | | llvm-svn: 3219
* Check another caseChris Lattner2002-05-021-1/+7
| | | | llvm-svn: 2424
* Check in the first test: make sure getelementptr gets foldedChris Lattner2002-04-181-0/+21
llvm-svn: 2288
OpenPOWER on IntegriCloud