summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/lsr-overflow.ll
Commit message (Collapse)AuthorAgeFilesLines
* When checking for signed multiplication overflow, watch out for INT_MIN and -1.Dan Gohman2011-05-231-0/+18
| | | | | | This fixes PR9845. llvm-svn: 131919
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+3
| | | | llvm-svn: 126206
* Don't check for comments, which vary between subtargets.Dan Gohman2010-02-171-1/+1
| | | | llvm-svn: 96434
* Don't attempt to divide INT_MIN by -1; consider such cases toDan Gohman2010-02-171-0/+26
have overflowed. llvm-svn: 96428
OpenPOWER on IntegriCloud