aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/InterferenceCache.cpp
diff options
context:
space:
mode:
authorStefan Pintilie <stefanp@ca.ibm.com>2020-04-08 08:07:35 -0500
committerKamau Bridgeman <kamau.bridgeman@ibm.com>2020-04-08 08:07:35 -0500
commit6c4b40def77622a5cf62a219ef4af63dc876e144 (patch)
treeb6aa6f46d70b28ed79d8db0df4f21855acd9b365 /llvm/lib/CodeGen/InterferenceCache.cpp
parentf3bf25eb663c49e821120fd311677764d2bad79e (diff)
downloadllvm-6c4b40def77622a5cf62a219ef4af63dc876e144.zip
llvm-6c4b40def77622a5cf62a219ef4af63dc876e144.tar.gz
llvm-6c4b40def77622a5cf62a219ef4af63dc876e144.tar.bz2
[PowerPC][Future] Add Support For Functions That Do Not Use A TOC.
On PowerPC most functions require a valid TOC pointer. This is the case because either the function itself needs to use this pointer to access the TOC or because other functions that are called from that function expect a valid TOC pointer in the register R2. The main exception to this is leaf functions that do not access the TOC since they are guaranteed not to need a valid TOC pointer. This patch introduces a feature that will allow more functions to not require a valid TOC pointer in R2. Differential Revision: https://reviews.llvm.org/D73664
Diffstat (limited to 'llvm/lib/CodeGen/InterferenceCache.cpp')
0 files changed, 0 insertions, 0 deletions