summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/ror.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Regenerate rotation testsSimon Pilgrim2019-07-291-5/+8
| | | | llvm-svn: 367214
* [DAGCombiner] visitRotate patch to optimize pair of ROTR/ROTL instructions ↵Andrew Zhogin2017-07-051-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 Zhogin2017-07-041-0/+36
llvm-svn: 307103
OpenPOWER on IntegriCloud