summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/autohvx/align-128b.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Use vector align-left when shift amount fits in 3 bitsKrzysztof Parzyszek2018-05-301-14/+7
| | | | | | | This saves an instruction because for align-right the shift amount would need to be put in a register first. llvm-svn: 333543
* [Hexagon] Generate HVX code for vector construction and accessKrzysztof Parzyszek2017-12-061-0/+1019
Support for: - build vector, - extract vector element, subvector, - insert vector element, subvector, - shuffle. llvm-svn: 319901
OpenPOWER on IntegriCloud