comparison test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 95c75e76d11b
children 1172e4bd9c6f
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
10 %and = and i32 %b, %a 10 %and = and i32 %b, %a
11 %cmp = icmp slt i32 %and, 1 11 %cmp = icmp slt i32 %and, 1
12 br i1 %cmp, label %if.then, label %if.end 12 br i1 %cmp, label %if.then, label %if.end
13 13
14 if.then: ; preds = %entry 14 if.then: ; preds = %entry
15 tail call void (...)* @g(i32 %a, i32 %b) nounwind 15 tail call void (...) @g(i32 %a, i32 %b) nounwind
16 br label %if.end 16 br label %if.end
17 17
18 if.end: ; preds = %if.then, %entry 18 if.end: ; preds = %if.then, %entry
19 ret i32 %and 19 ret i32 %and
20 } 20 }