mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-15 04:08:07 +00:00
69ccadd753
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32115 91177308-0d34-0410-b5e6-96231b3b80d8
22 lines
808 B
LLVM
22 lines
808 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | opt -indvars -disable-output
|
|
|
|
void %get_block() {
|
|
endif.0: ; preds = %entry
|
|
br label %no_exit.30
|
|
|
|
no_exit.30: ; preds = %no_exit.30, %endif.0
|
|
%x.12.0 = phi int [ %inc.28, %no_exit.30 ], [ -2, %endif.0 ] ; <int> [#uses=1]
|
|
%tmp.583 = load ushort* null ; <ushort> [#uses=1]
|
|
%tmp.584 = cast ushort %tmp.583 to int ; <int> [#uses=1]
|
|
%tmp.588 = load int* null ; <int> [#uses=1]
|
|
%tmp.589 = mul int %tmp.584, %tmp.588 ; <int> [#uses=1]
|
|
%tmp.591 = add int %tmp.589, 0 ; <int> [#uses=1]
|
|
%inc.28 = add int %x.12.0, 1 ; <int> [#uses=2]
|
|
%tmp.565 = setgt int %inc.28, 3 ; <bool> [#uses=1]
|
|
br bool %tmp.565, label %loopexit.30, label %no_exit.30
|
|
|
|
loopexit.30: ; preds = %no_exit.30
|
|
%tmp.591.lcssa = phi int [ %tmp.591, %no_exit.30 ] ; <int> [#uses=0]
|
|
ret void
|
|
}
|