forked from OSchip/llvm-project
Delete the label names from this test to make it less fragile.
llvm-svn: 82276
This commit is contained in:
parent
43f2cd7757
commit
51f5442403
|
@ -9,7 +9,7 @@ entry:
|
|||
%1 = and i32 %0, 3 ; <i32> [#uses=1]
|
||||
%2 = xor i32 %IA, 1 ; <i32> [#uses=1]
|
||||
; CHECK: orl %ecx, %edx
|
||||
; CHECK-NEXT: je .LBB1_2
|
||||
; CHECK-NEXT: je
|
||||
%3 = or i32 %2, %1 ; <i32> [#uses=1]
|
||||
%4 = icmp eq i32 %3, 0 ; <i1> [#uses=1]
|
||||
br i1 %4, label %return, label %bb
|
||||
|
@ -27,7 +27,7 @@ entry:
|
|||
%0 = ptrtoint float* %A to i32 ; <i32> [#uses=1]
|
||||
%1 = and i32 %0, 3 ; <i32> [#uses=1]
|
||||
; CHECK: xorl $1, %e
|
||||
; CHECK-NEXT: je .LBB2_2
|
||||
; CHECK-NEXT: je
|
||||
%2 = xor i32 %IA, 1 ; <i32> [#uses=1]
|
||||
%3 = xor i32 %2, %1 ; <i32> [#uses=1]
|
||||
%4 = icmp eq i32 %3, 0 ; <i1> [#uses=1]
|
||||
|
@ -49,7 +49,7 @@ entry:
|
|||
%2 = xor i32 %IA, 1 ; <i32> [#uses=1]
|
||||
; CHECK: andl $3, %
|
||||
; CHECK-NEXT: movb %
|
||||
; CHECK-NEXT: je .LBB3_2
|
||||
; CHECK-NEXT: je
|
||||
%3 = and i32 %2, %1 ; <i32> [#uses=1]
|
||||
%t = trunc i32 %3 to i8
|
||||
store i8 %t, i8* %p
|
||||
|
@ -74,7 +74,7 @@ entry:
|
|||
%1 = and i32 %0, 3 ; <i32> [#uses=1]
|
||||
%2 = xor i32 %IA, 1 ; <i32> [#uses=1]
|
||||
; CHECK: testb $3, %
|
||||
; CHECK-NEXT: je .LBB4_2
|
||||
; CHECK-NEXT: je
|
||||
%3 = and i32 %2, %1 ; <i32> [#uses=1]
|
||||
%4 = icmp eq i32 %3, 0 ; <i1> [#uses=1]
|
||||
br i1 %4, label %return, label %bb
|
||||
|
|
Loading…
Reference in New Issue