Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Simplify CFG after atomic expansion | Krzysztof Parzyszek | 2018-08-02 | 1 | -4/+6 |
| | | | | | | | | | | This will remove suboptimal branching from the generated ll/sc loops. The extra simplification pass affects a lot of testcases, which have been modified to accommodate this change: either by modifying the test to become immune to the CFG simplification, or (less preferablt) by adding option -hexagon-initial-cfg-clenaup=0. llvm-svn: 338774 | ||||
* | [Hexagon] Implement HVX codegen for vector shifts | Krzysztof Parzyszek | 2018-01-31 | 1 | -1/+1 |
| | | | | llvm-svn: 323914 | ||||
* | [Hexagon] Handle BUILD_VECTOR from undef values in buildHvxVectorReg | Krzysztof Parzyszek | 2018-01-31 | 1 | -0/+39 |
llvm-svn: 323889 |