aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-01-24 01:12:30 +0000
committerMatthias Braun <matze@braunis.de>2017-01-24 01:12:30 +0000
commit1d77599ba342c213fe30637a2c625876aec4c7ce (patch)
tree308ca33cc6ec3c48830174fcc9713f0ee417864e /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
parent267b884e81ce1b8d34082c846466298f98e35fc3 (diff)
downloadllvm-1d77599ba342c213fe30637a2c625876aec4c7ce.zip
llvm-1d77599ba342c213fe30637a2c625876aec4c7ce.tar.gz
llvm-1d77599ba342c213fe30637a2c625876aec4c7ce.tar.bz2
PowerPC: Mark super regs of reserved regs reserved.
When a register like R1 is reserved, X1 should be reserved as well. This was already done "manually" when 64bit code was enabled, however using the markSuperRegs() function on the base register is more convenient and allows to use the checksAllSuperRegsMarked() function even in 32bit mode to avoid accidental breakage in the future. This is also necessary to allow https://reviews.llvm.org/D28881 Differential Revision: https://reviews.llvm.org/D29056 llvm-svn: 292870
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions