summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/autohvx/isel-shift-byte.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Simplify CFG after atomic expansionKrzysztof Parzyszek2018-08-021-2/+2
| | | | | | | | | | 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] Split HVX operations on vector pairsKrzysztof Parzyszek2018-02-061-0/+30
Vector pairs are legal types, but not every operation can work on pairs. For those operations that are legal for single vectors, generate a concat of their results on pair halves. llvm-svn: 324350
OpenPOWER on IntegriCloud