RDF: Implement register liveness analysis
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 12 Jan 2016 15:56:33 +0000 (15:56 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 12 Jan 2016 15:56:33 +0000 (15:56 +0000)
commit1f5e82ef6658e499ded48f7a9e9cea154c0bb663
tree965cd085a9feefffbb05aaded421a25392d3a709
parent1c140c48ae1ef861e6f49b85fd7941a4e617fc57
RDF: Implement register liveness analysis

Compute block live-ins and operand kill flags from the DFG.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257480 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/RDFLiveness.cpp [new file with mode: 0644]
lib/Target/Hexagon/RDFLiveness.h [new file with mode: 0644]