summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/packetize-update-offset.mir
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Fix testcaseKrzysztof Parzyszek2018-03-301-1/+1
| | | | llvm-svn: 328899
* [Hexagon] Avoid creating invalid offsets in packetizerKrzysztof Parzyszek2018-03-301-0/+34
Two memory instructions with a dependency only on the address register between the two (the first one of them being post-incrememnt) can be packetized together after the offset on the second was updated to the incremement value. Make sure that the new offset is valid for the instruction. llvm-svn: 328897
OpenPOWER on IntegriCloud