Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Fix testcase | Krzysztof Parzyszek | 2018-03-30 | 1 | -1/+1 |
| | | | | llvm-svn: 328899 | ||||
* | [Hexagon] Avoid creating invalid offsets in packetizer | Krzysztof Parzyszek | 2018-03-30 | 1 | -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 |