summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopVR.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2009-08-08 13:19:10 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2009-08-08 13:19:10 +0000
commit8e96c6abf7294e21476bcb3bf51ccc264cd603c3 (patch)
tree31b7877d80432a2fb79e5912c373bdc1bc65da4e /llvm/lib/Analysis/LoopVR.cpp
parentac51533b8ab60279ed4bd939b254a8187dae36c6 (diff)
downloadbcm5719-llvm-8e96c6abf7294e21476bcb3bf51ccc264cd603c3.tar.gz
bcm5719-llvm-8e96c6abf7294e21476bcb3bf51ccc264cd603c3.zip
Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mistaken commit r77904.
Now there is no special treatment of instructions that redefine part of a super-register. Instead, the super-register is marked with <imp-use,kill> and <imp-def>. For instance, from LowerSubregs on ARM: subreg: CONVERTING: %Q1<def> = INSERT_SUBREG %Q1<undef>, %D1<kill>, 5 subreg: %D2<def> = FCPYD %D1<kill>, 14, %reg0, %Q1<imp-def> subreg: CONVERTING: %Q1<def> = INSERT_SUBREG %Q1, %D0<kill>, 6 subreg: %D3<def> = FCPYD %D0<kill>, 14, %reg0, %Q1<imp-use,kill>, %Q1<imp-def> llvm-svn: 78466
Diffstat (limited to 'llvm/lib/Analysis/LoopVR.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud