summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/v6m-umul-with-overflow.ll
Commit message (Collapse)AuthorAgeFilesLines
* DAG: correctly legalize UMULO.Tim Northover2017-06-201-0/+16
We were incorrectly sign extending into the high word (as you would for SMULO) when legalizing UMULO in terms of a wider full multiplication. Patch by James Duley. llvm-svn: 305800
OpenPOWER on IntegriCloud