Use regex in testcase, do not fail windows bots
authorHongbin Zheng <etherzhhb@gmail.com>
Thu, 25 Feb 2016 19:16:40 +0000 (19:16 +0000)
committerHongbin Zheng <etherzhhb@gmail.com>
Thu, 25 Feb 2016 19:16:40 +0000 (19:16 +0000)
llvm-svn: 261922

llvm/test/Analysis/DominanceFrontier/new_pm_test.ll

index 30b2fa6..a784c12 100644 (file)
@@ -35,16 +35,16 @@ define void @a_linear_impl_fig_1() nounwind {
 
 ; CHECK: DominanceFrontier for function: a_linear_impl_fig_1
 ; CHECK-DAG:  DomFrontier for BB %"0" is:
-; CHECK-DAG:  DomFrontier for BB %"11" is:   %"8" %"9"
+; CHECK-DAG:  DomFrontier for BB %"11" is:   %"{{[8|9]}}" %"{{[8|9]}}"
 ; CHECK-DAG:  DomFrontier for BB %"1" is:    %"1"
-; CHECK-DAG:  DomFrontier for BB %"2" is:    %"1" %"2"
-; CHECK-DAG:  DomFrontier for BB %"3" is:    %"1" %"2"
-; CHECK-DAG:  DomFrontier for BB %"13" is:   %"1" %"2"
-; CHECK-DAG:  DomFrontier for BB %"4" is:    %"1" %"4"
-; CHECK-DAG:  DomFrontier for BB %"5" is:    %"1" %"4"
-; CHECK-DAG:  DomFrontier for BB %"8" is:    %"1" %"8"
+; CHECK-DAG:  DomFrontier for BB %"2" is:    %"{{[1|2]}}" %"{{[1|2]}}"
+; CHECK-DAG:  DomFrontier for BB %"3" is:    %"{{[1|2]}}" %"{{[1|2]}}"
+; CHECK-DAG:  DomFrontier for BB %"13" is:   %"{{[1|2]}}" %"{{[1|2]}}"
+; CHECK-DAG:  DomFrontier for BB %"4" is:    %"{{[1|4]}}" %"{{[1|4]}}"
+; CHECK-DAG:  DomFrontier for BB %"5" is:    %"{{[1|4]}}" %"{{[1|4]}}"
+; CHECK-DAG:  DomFrontier for BB %"8" is:    %"{{[1|8]}}" %"{{[1|8]}}"
 ; CHECK-DAG:  DomFrontier for BB %"6" is:    %"4"
 ; CHECK-DAG:  DomFrontier for BB %"7" is:
-; CHECK-DAG:  DomFrontier for BB %"9" is:    %"1" %"8" %"9"
-; CHECK-DAG:  DomFrontier for BB %"10" is:   %"1" %"8" %"9"
-; CHECK-DAG:  DomFrontier for BB %"12" is:   %"1" %"8" %"9"
+; CHECK-DAG:  DomFrontier for BB %"9" is:    %"{{[1|8|9]}}" %"{{[1|8|9]}}"
+; CHECK-DAG:  DomFrontier for BB %"10" is:   %"{{[1|8|9]}}" %"{{[1|8|9]}}"
+; CHECK-DAG:  DomFrontier for BB %"12" is:   %"{{[1|8|9]}}" %"{{[1|8|9]}}"