Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Use vector align-left when shift amount fits in 3 bits | Krzysztof Parzyszek | 2018-05-30 | 1 | -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 access | Krzysztof Parzyszek | 2017-12-06 | 1 | -0/+1019 |
Support for: - build vector, - extract vector element, subvector, - insert vector element, subvector, - shuffle. llvm-svn: 319901 |