| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ARM] Fix perf regression in compare optimization. | Joel Galenson | 2018-01-19 | 1 | -0/+32 |
| | | | | | | | | | | | | | Fix a performance regression caused by r322737. While trying to make it easier to replace compares with existing adds and subtracts, I accidentally stopped it from doing so in some cases. This should fix that. I'm also fixing another potential bug in that commit. Differential Revision: https://reviews.llvm.org/D42263 llvm-svn: 322972 | ||||
| * | [ARM] Optimize {s,u}mul.with.overflow. | Joel Galenson | 2018-01-17 | 1 | -0/+206 |
| This extends my previous patches to also optimize overflow-checked multiplies during SelectionDAG. Differential revision: https://reviews.llvm.org/D40922 llvm-svn: 322738 | |||||

