1 ; RUN: opt -passes=simplifycfg -simplifycfg-require-and-preserve-domtree=1 -disable-output < %s
3 @foo = external constant i32
7 %and = and i64 ptrtoint (ptr @foo to i64), 15
8 %cmp = icmp eq i64 %and, 0
9 br i1 %cmp, label %if.end, label %if.then
11 if.then: ; preds = %entry
14 if.end: ; preds = %entry
17 return: ; preds = %if.end, %if.then
18 %storemerge = phi i32 [ 1, %if.end ], [ 0, %if.then ]