aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lsr-overflow.ll
AgeCommit message (Expand)Author
2011-05-23When checking for signed multiplication overflow, watch out for INT_MIN and -1.Dan Gohman
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2010-02-17Don't check for comments, which vary between subtargets.Dan Gohman
2010-02-17Don't attempt to divide INT_MIN by -1; consider such cases toDan Gohman