summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/newvaluejump-kill.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Simplify CFG after atomic expansionKrzysztof Parzyszek2018-08-021-1/+1
| | | | | | | | | | 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] Run late copy propagation and dead code elimination passesKrzysztof Parzyszek2018-01-241-3/+4
| | | | llvm-svn: 323346
* [Hexagon] Properly update kill flags in HexagonNewValueJumpKrzysztof Parzyszek2017-06-221-0/+53
The feeder instruction will be moved to right before the compare, so the updating code should not be looking for kills past the compare. llvm-svn: 306059
OpenPOWER on IntegriCloud