summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/ctlz.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Use the generic branch relaxerDylan McKay2017-07-111-2/+3
| | | | llvm-svn: 307617
* Revert "[AVR] Add the branch selection pass from the GitHub repository"Dylan McKay2017-07-051-2/+2
| | | | | | This reverts commit 602ef067c1d58ecb425d061f35f2bc4c7e92f4f3. llvm-svn: 307111
* [AVR] Add the branch selection pass from the GitHub repositoryDylan McKay2017-07-051-2/+2
| | | | | | | We should rewrite this using the generic branch relaxation pass, but for the moment having this pass is better than hitting an assertion error. llvm-svn: 307109
* [AVR] Fix basic block naming in ctlz and cttz testsDylan McKay2016-11-161-2/+2
| | | | | | The branch selector would change the names. llvm-svn: 287174
* [AVR] Add tests for counting leading/trailing zerosDylan McKay2016-11-161-0/+48
This adds two test files that verify the 'cttz' and 'ctlz' operations. llvm-svn: 287172
OpenPOWER on IntegriCloud