summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackColoring.cpp
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2017-01-28 01:05:27 +0000
committerQuentin Colombet <qcolombet@apple.com>2017-01-28 01:05:27 +0000
commit351099022abc91a701c49e3e5886d053f123cef5 (patch)
tree87be3f59b7193ccbbd15f061b255c2c72bda27df /llvm/lib/CodeGen/StackColoring.cpp
parentf20ee9f11a93cdceee262c2f676a3fb2df6fd849 (diff)
downloadbcm5719-llvm-351099022abc91a701c49e3e5886d053f123cef5.tar.gz
bcm5719-llvm-351099022abc91a701c49e3e5886d053f123cef5.zip
[RegisterCoalescing] Recommit the patch "Remove partial redundent copy".
In r292621, the recommit fixes a bug related with live interval update after the partial redundent copy is moved. This recommit solves an additional bug related to the lack of update of subranges. The original patch is to solve the performance problem described in PR27827. Register coalescing sometimes cannot remove a copy because of interference. But if we can find a reverse copy in one of the predecessor block of the copy, the copy is partially redundent and we may remove the copy partially by moving it to the predecessor block without the reverse copy. Differential Revision: https://reviews.llvm.org/D28585 Re-apply r292621 Revert "Revert rL292621. Caused some internal build bot failures in apple." This reverts commit r292984. Original patch: Wei Mi <wmi@google.com> Subrange fix: Mostly Matthias Braun <matze@braunis.de> llvm-svn: 293353
Diffstat (limited to 'llvm/lib/CodeGen/StackColoring.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud