Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] Regenerate rotation tests | Simon Pilgrim | 2019-07-29 | 1 | -5/+8 |
| | | | | llvm-svn: 367214 | ||||
* | [DAGCombiner] visitRotate patch to optimize pair of ROTR/ROTL instructions ↵ | Andrew Zhogin | 2017-07-05 | 1 | -6/+3 |
| | | | | | | | | | | into one with combined shift operand. For two ROTR operations with shifts C1, C2; combined shift operand will be (C1 + C2) % bitsize. Differential revision: https://reviews.llvm.org/D12833 llvm-svn: 307179 | ||||
* | [ARM][test] Added test/CodeGen/ARM/ror.ll test. NFC precommit for D12833. | Andrew Zhogin | 2017-07-04 | 1 | -0/+36 |
llvm-svn: 307103 |