summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/postinc-offset.ll
Commit message (Collapse)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" ↵Fangrui Song2019-12-241-1/+1
| | | | as cleanups after D56351
* [Hexagon] Simplify CFG after atomic expansionKrzysztof Parzyszek2018-08-021-24/+26
| | | | | | | | | | 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] Remove {{ *}} from testcasesKrzysztof Parzyszek2018-03-061-2/+2
| | | | | | The spaces in the instructions are now consistent. llvm-svn: 326829
* [Hexagon] Implement RDF-based post-RA optimizationsKrzysztof Parzyszek2016-01-121-1/+2
| | | | | | | | - Handle simple cases of register copies (what current RDF CP allows). - Hexagon-specific dead code elimination: handles dead address updates in post-increment instructions. llvm-svn: 257504
* [Hexagon] Printing packet brackets when asm printing and adding a number of ↵Colin LeMahieu2015-06-181-0/+40
tests that test packet brackets. llvm-svn: 240051
OpenPOWER on IntegriCloud