summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lsr-overflow.ll
Commit message (Collapse)AuthorAge
* When checking for signed multiplication overflow, watch out for INT_MIN and -1.Dan Gohman2011-05-23
| | | | | | | This fixes PR9845. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131919 91177308-0d34-0410-b5e6-96231b3b80d8
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126206 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't check for comments, which vary between subtargets.Dan Gohman2010-02-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96434 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't attempt to divide INT_MIN by -1; consider such cases toDan Gohman2010-02-17
have overflowed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96428 91177308-0d34-0410-b5e6-96231b3b80d8