]> granicus.if.org Git - llvm/commit
LIU:::Query: Query LiveRange instead of LiveInterval; NFC
authorMatthias Braun <matze@braunis.de>
Wed, 1 Mar 2017 21:48:12 +0000 (21:48 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 1 Mar 2017 21:48:12 +0000 (21:48 +0000)
commita9e2ca030f16d571a2cfbeabebae94592ce58946
tree477ef3c9093adf27c38bcff8402dba4602fe5e5e
parent4c3428b604324ed1528a78dbc31c8c8805d3c3e6
LIU:::Query: Query LiveRange instead of LiveInterval; NFC

- We only need the information from the base class, not the additional
  details in the LiveInterval class.
- Spread more `const`
- Some code cleanup

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296684 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveIntervalUnion.h
lib/CodeGen/LiveIntervalUnion.cpp
lib/CodeGen/LiveRegMatrix.cpp
lib/CodeGen/RegAllocGreedy.cpp