brintos

brintos / llvm-project-archived public Read only

0
0
Text · 375 B · 1dd6e17 Raw
17 lines · plain
1; RUN: %lli -jit-kind=mcjit %s > /dev/null2; RUN: %lli %s > /dev/null3 4; Testcase distilled from 256.bzip2.5 6define i32 @main() {7entry:8	%X = add i32 1, -1		; <i32> [#uses=3]9	br label %Next10Next:		; preds = %entry11	%A = phi i32 [ %X, %entry ]		; <i32> [#uses=0]12	%B = phi i32 [ %X, %entry ]		; <i32> [#uses=0]13	%C = phi i32 [ %X, %entry ]		; <i32> [#uses=1]14	ret i32 %C15}16 17