summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll
Commit message (Collapse)AuthorAgeFilesLines
* When a value is used multiple times within a single PHI, instructionsDan Gohman2009-06-271-0/+33
inserted to replace that value must dominate all of of the basic blocks associated with the uses of the value in the PHI, not just one of them. llvm-svn: 74376
OpenPOWER on IntegriCloud