summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/tls-pie-xform.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Optimize TLS initial-exec sequence to use X-Form loads/storesZaara Syeda2018-03-151-0/+169
This patch adds new load/store instructions for integer scalar types which can be used for X-Form when fed by add with an @tls relocation. Differential Revision: https://reviews.llvm.org/D43315 llvm-svn: 327635
OpenPOWER on IntegriCloud