summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2015-03-25 21:18:24 +0000
committerMatthias Braun <matze@braunis.de>2015-03-25 21:18:24 +0000
commit5d27ef6449e99d26c07a3d8f15e8ad80148e2fa7 (patch)
tree3d6ffdb530072380af0a7c7e56b9129da449797c /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parente962e52a4536bd5f2cba28aa47445fae7103d754 (diff)
downloadbcm5719-llvm-5d27ef6449e99d26c07a3d8f15e8ad80148e2fa7.tar.gz
bcm5719-llvm-5d27ef6449e99d26c07a3d8f15e8ad80148e2fa7.zip
RegisterCoalescer: Fix implicit def handling in register coalescer
If liveranges induced by an IMPLICIT_DEF get completely covered by a proper liverange the IMPLICIT_DEF instructions and its corresponding definitions have to be removed from the live ranges. This has to happen in the subregister live ranges as well (I didn't see this case earlier because in most programs only some subregisters are covered and the IMPLCIT_DEF won't get removed). No testcase, I spent hours trying to create one for one of the public targets, but ultimately failed because I couldn't manage to properly control the placement of COPY and IMPLICIT_DEF instructions from an .ll file. llvm-svn: 233217
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud