aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/linear/phi-order04.c
AgeCommit message (Collapse)AuthorFilesLines
2018-09-06add testcases for wrong ordering in phi-nodesLuc Van Oostenryck1-0/+12
In valid SSA there is a 1-to-1 correspondance between each operand of a phi-node and the parents BB. However, currently, this is not always respected. Add testcases for the known problems. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>