Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] Fix CTTZ not generating correct instructions MVE | Oliver Cruickshank | 2019-09-20 | 1 | -30/+12 |
| | | | | | | CTTZ intrinsic should have been set to Custom, not Expand llvm-svn: 372401 | ||||
* | [ARM] Lower CTTZ on MVE | Oliver Cruickshank | 2019-09-16 | 1 | -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 |