summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2010-02-23-SingleDefPhiJoin.ll
Commit message (Collapse)AuthorAgeFilesLines
* Keep track of phi join registers explicitly in LiveVariables.Jakob Stoklund Olesen2010-02-231-0/+146
Previously, LiveIntervalAnalysis would infer phi joins by looking for multiply defined registers. That doesn't work if the phi join is implicitly defined in all but one of the predecessors. llvm-svn: 96994
OpenPOWER on IntegriCloud