| commit | d9f28735117d8ff86b48f093f7b37cce4aac2fdb | [log] [tgz] |
|---|---|---|
| author | Sid Manning <sidneym@codeaurora.org> | Mon May 14 19:46:08 2018 +0000 |
| committer | Sid Manning <sidneym@codeaurora.org> | Mon May 14 19:46:08 2018 +0000 |
| tree | b5c74772e972152e16b7d627d3a356dee94dc26c | |
| parent | 57e7470ab6c0743c8a5b6fb34799748a011e53c2 [diff] |
Hexagon: Put relocations after instructions not packets. Change relocation output so that relocation information follows individual instructions rather than clustering them at the end of packets. This change required shifting block of code but the actual change is in HexagonPrettyPrinter's PrintInst. Differential Revision: https://reviews.llvm.org/D46728 llvm-svn: 332283