summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/smul-with-overflow.ll
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* - Use patterns instead of creating completely new instruction matching patterns,Bill Wendling2008-12-121-0/+23
which are identical to the original patterns. - Change the multiply with overflow so that we distinguish between signed and unsigned multiplication. Currently, unsigned multiplication with overflow isn't working! llvm-svn: 60963
OpenPOWER on IntegriCloud