summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CFrontend/cast-to-bool.c
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-16/+0
| | | | llvm-svn: 33296
* 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/+16
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