summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/rdf-phi-shadows.ll
Commit message (Collapse)AuthorAgeFilesLines
* [RDF] Fix liveness analysis for phi nodes with shadow usesKrzysztof Parzyszek2016-09-071-0/+64
Shadow uses need to be analyzed together, since each individual shadow will only have a partial reaching def. All shadows together may cover a given register ref, while each individual shadow may not. llvm-svn: 280855
OpenPOWER on IntegriCloud