mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
6a31ec1259
Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
24 lines
719 B
LLVM
24 lines
719 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
|
|
|
|
implementation ; Functions:
|
|
|
|
void %interpret() {
|
|
entry:
|
|
%x = bitcast sbyte 1 to sbyte
|
|
%x = bitcast ubyte 1 to ubyte
|
|
%x = bitcast short 1 to short
|
|
%x = bitcast ushort 1 to ushort
|
|
%x = bitcast int 1 to int
|
|
%x = bitcast uint 1 to uint
|
|
%x = bitcast ulong 1 to ulong
|
|
%x = inttoptr ulong %x to sbyte*
|
|
%tmp = inttoptr ulong %x to float*
|
|
%tmp7360 = bitcast ubyte %x to sbyte
|
|
%tmp7361 = sub ubyte 0, %tmp7360
|
|
br label %next
|
|
|
|
next: ; preds = %cond_false165, %cond_true163
|
|
%index.0 = phi uint [ undef, %entry ], [ %index.0, %next ]
|
|
br label %next
|
|
}
|