summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/bit-skip-byval.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Replace instruction definitions with auto-generated onesKrzysztof Parzyszek2017-02-101-1/+1
| | | | llvm-svn: 294753
* [Hexagon] Skip byval arguments when checking parameter attributesKrzysztof Parzyszek2016-08-111-0/+11
From the point of view of register assignment, byval parameters are ignored: a byval parameter is not going to be assigned to a register, and it will not affect the assignments of subsequent parameters. When matching registers with parameters in the bit tracker, make sure to skip byval parameters before advancing the registers. llvm-svn: 278375
OpenPOWER on IntegriCloud