forked from OSchip/llvm-project
parent
4f7e511a8e
commit
e3dbe62579
|
@ -2,7 +2,6 @@
|
||||||
; "crafty" spec benchmark.
|
; "crafty" spec benchmark.
|
||||||
;
|
;
|
||||||
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | llvm-as
|
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | llvm-as
|
||||||
;XFAIL: *
|
|
||||||
|
|
||||||
%CHESS_POSITION = type { uint, int }
|
%CHESS_POSITION = type { uint, int }
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep getelementptr
|
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep getelementptr
|
||||||
; XFAIL: *
|
|
||||||
|
|
||||||
%A = external global { float } ; <{ float }*> [#uses=1]
|
%A = external global { float } ; <{ float }*> [#uses=1]
|
||||||
global int* cast (float* getelementptr ({ float }* %A, long 0, ubyte 0) to int*)
|
global int* cast (float* getelementptr ({ float }* %A, long 0, ubyte 0) to int*)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | \
|
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | \
|
||||||
; RUN: not grep {getelementptr.*getelementptr}
|
; RUN: not grep {getelementptr.*getelementptr}
|
||||||
; XFAIL: *
|
|
||||||
|
|
||||||
%struct.TUVVertex = type { short, short, short, short }
|
%struct.TUVVertex = type { short, short, short, short }
|
||||||
%struct.TTriangleItem = type { sbyte*, sbyte*, [3 x %struct.TUVVertex] }
|
%struct.TTriangleItem = type { sbyte*, sbyte*, [3 x %struct.TUVVertex] }
|
||||||
|
|
Loading…
Reference in New Issue