Files
clang-p2996/llvm/test/CodeGen/Mips
Simon Atanasyan 28ded4ee19 [mips] Fix local dynamic TLS with Sym64
For the final DTPREL addition, rather than a lui/daddiu/daddu triple,
LLVM was erronously emitting a daddiu/daddiu pair, treating the %dtprel_hi
as if it were a %dtprel_lo, since Mips::Hi expands unshifted for Sym64.
Instead, use a new TlsHi node and, although unnecessary due to the exact
structure of the nodes emitted, use TlsHi for local exec too to prevent
future bugs. Also garbage-collect the unused TprelLo and TlsGd nodes,
and TprelHi since its functionality is provided by the new common TlsHi node.

Patch by James Clarke.

Differential revision: https://reviews.llvm.org/D49259

llvm-svn: 337827
2018-07-24 13:47:52 +00:00
..
2018-06-29 16:37:16 +00:00
2018-07-23 23:19:53 +00:00
2017-12-11 11:21:40 +00:00
2018-02-09 10:46:16 +00:00
2017-12-11 11:21:40 +00:00
2018-07-24 13:47:52 +00:00