[all-commits] [llvm/llvm-project] 2e1a73: [PowerPC][PCRelative] Turn on TLS support for PCRe...
Victor Huang via All-commits
all-commits at lists.llvm.org
Tue Oct 27 11:59:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2e1a737f46460ddc15733f78acb42e27bc18a5ee
https://github.com/llvm/llvm-project/commit/2e1a737f46460ddc15733f78acb42e27bc18a5ee
Author: Victor Huang <wei.huang at ibm.com>
Date: 2020-10-27 (Tue, 27 Oct 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/test/CodeGen/PowerPC/pcrel-tls-general-dynamic.ll
M llvm/test/CodeGen/PowerPC/pcrel-tls-initial-exec.ll
M llvm/test/CodeGen/PowerPC/pcrel-tls-local-dynamic.ll
M llvm/test/CodeGen/PowerPC/pcrel-tls-local-exec.ll
R llvm/test/CodeGen/PowerPC/pcrel-tls.ll
Log Message:
-----------
[PowerPC][PCRelative] Turn on TLS support for PCRel by default
Turn on TLS support for PCRel by default and update the test cases.
Differential Revision: https://reviews.llvm.org/D88738
Reviewed by: stefanp, kamaub
More information about the All-commits
mailing list