[Coverage] MCDC: Move findIndependencePairs deferred into MCDCRecord (#121188)
[llvm-project.git] / llvm / test / Analysis / MemorySSA / update_unroll.ll
blob8aaa4eee3515ea3a0e61bf5c6305200f3700730a
1 ; RUN: opt -verify-memoryssa -passes='loop-mssa(loop-rotate)' -S %s | FileCheck %s
2 ; REQUIRES: asserts
4 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5 target triple = "x86_64-grtev4-linux-gnu"
7 ; Check verification passes after loop rotate, when adding phis in blocks
8 ; receiving incoming edges and adding phis in IDF blocks.
9 ; CHECK-LABEL: @f
10 define void @f(i1 %arg) align 32 {
11 entry:
12   br label %while.cond.outer
14 while.cond80.while.cond.loopexit_crit_edge:       ; preds = %if.else99
15   br label %while.cond.outer
17 while.cond.outer:                                 ; preds = %while.cond80.while.cond.loopexit_crit_edge, %entry
18   br i1 %arg, label %while.cond.outer.return.loopexit2_crit_edge, label %while.body.lr.ph
20 while.body.lr.ph:                                 ; preds = %while.cond.outer
21   br label %while.body
23 while.body:                                       ; preds = %while.body.lr.ph
24   br i1 %arg, label %if.then42, label %if.end61
26 if.then42:                                        ; preds = %while.body
27   br label %return.loopexit2
29 if.end61:                                         ; preds = %while.body
30   br label %while.body82
32 while.body82:                                     ; preds = %if.end61
33   br i1 %arg, label %return.loopexit, label %if.else99
35 if.else99:                                        ; preds = %while.body82
36   store i32 0, ptr inttoptr (i64 44 to ptr), align 4
37   br label %while.cond80.while.cond.loopexit_crit_edge
39 return.loopexit:                                  ; preds = %while.body82
40   br label %return
42 while.cond.outer.return.loopexit2_crit_edge:      ; preds = %while.cond.outer
43   br label %return.loopexit2
45 return.loopexit2:                                 ; preds = %while.cond.outer.return.loopexit2_crit_edge, %if.then42
46   br label %return
48 return:                                           ; preds = %return.loopexit2, %return.loopexit
49   ret void