summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc
Commit message (Collapse)AuthorAgeFilesLines
* this testcase is too large to be useful, and requires a .bc file to beChris Lattner2007-01-061-0/+0
| | | | | | kept around. We can do without it. llvm-svn: 32960
* Regenerate for new bytecode file format.Reid Spencer2007-01-061-0/+0
| | | | llvm-svn: 32957
* For PR950:Reid Spencer2006-12-311-0/+0
| | | | | | | | | | | | | | | | | | | | | | Update the test suite to accommodate the change from signed integer types to signless integer types. The changes were of only a few kinds: 1. Make sure llvm-upgrade is run on the source which does the bulk of the changes automatically. 2. Change things like "grep 'int'" to "grep 'i32'" 3. In several tests bitcasting caused the same name to be reused in the same type plane. These had to be manually fixed. The fix was (generally) to leave the bitcast and provide the instruction with a new name. This should not affect the semantics of the test. In a few cases, the bitcasts were known to be superfluous and irrelevant to the test case so they were removed. 4. One test case uses a bytecode file which needed to be updated to the latest bytecode format. llvm-svn: 32789
* For PR950:Reid Spencer2006-12-231-0/+0
| | | | | | | | This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been replaced with ICmpInst and FCmpInst. llvm-svn: 32751
* Upgrade to version 7 bytecode format.Reid Spencer2006-12-031-0/+0
| | | | llvm-svn: 32143
* New testcase, this used to take hours to loopsimplify.Chris Lattner2006-08-121-0/+0
llvm-svn: 29646
OpenPOWER on IntegriCloud