Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DAG: correctly legalize UMULO. | Tim Northover | 2017-06-20 | 1 | -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 |