mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
Use regex in testcase, do not fail windows bots
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261922 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
afe723d425
commit
e37bafef46
@ -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]}}"
|
||||
|
Loading…
Reference in New Issue
Block a user