summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/mve-cttz.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Fix CTTZ not generating correct instructions MVEOliver Cruickshank2019-09-201-30/+12
| | | | | | CTTZ intrinsic should have been set to Custom, not Expand llvm-svn: 372401
* [ARM] Lower CTTZ on MVEOliver Cruickshank2019-09-161-0/+178
Lower CTTZ on MVE using VBRSR and VCLS which will reverse the bits and count the leading zeros, equivalent to a count trailing zeros (CTTZ). llvm-svn: 372000
OpenPOWER on IntegriCloud