summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/X86/trunc-to-bool.ll
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-62/+0
| | | | llvm-svn: 33296
* For PR1043:Reid Spencer2007-01-131-17/+17
| | | | | | | | Bye, Bye Booly. Remove the use of the bool type from non-upgraded test cases and from grep expressions. The parser doesn't accept it and the asm writer doesn't produce it any more. llvm-svn: 33183
* Update for change in parameter attribute syntax.Reid Spencer2007-01-051-1/+1
| | | | llvm-svn: 32924
* For PR950:Reid Spencer2006-12-311-24/+27
| | | | | | | | | | | | | | | | | | | | | | 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
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
| | | | llvm-svn: 32115
* Add 3 more test cases for ptrtoint, fptoui and fptosiReid Spencer2006-11-271-1/+28
| | | | llvm-svn: 31940
* Alter these tests to ensure they match a "test $1, X" X86 instruction thatReid Spencer2006-11-271-1/+1
| | | | | | is now generated by the LLVM backend for "trunc to bool" instructions. llvm-svn: 31935
* For PR950:Reid Spencer2006-11-271-0/+32
The long awaited CAST patch. This introduces 12 new instructions into LLVM to replace the cast instruction. Corresponding changes throughout LLVM are provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the exception of 175.vpr which fails only on a slight floating point output difference. llvm-svn: 31931
OpenPOWER on IntegriCloud