| commit | 96a284114ecd0df27d7b5f54cf712a3059252eb2 | [log] [tgz] |
|---|---|---|
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Tue Jan 30 18:10:27 2018 +0000 |
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Tue Jan 30 18:10:27 2018 +0000 |
| tree | 200e4511e3bca1c4455dbd789f07805615dd9430 | |
| parent | 073f089c6e5ba77bc398cc2d1b106cebbbd2429f [diff] |
Revert: [Hexagon] Make sure that offset on globals matches alignment requirements This reverts r323562, since it wasn't actually necessary. Constant- extended offsets do not need to be aligned, as long as the effective address is aligned. Keep the testcase, with a modification which checks that such offsets are not unnecessarily avoided. llvm-svn: 323798