mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Delete the label names from this test to make it less fragile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82276 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
296ab7e544
commit
d268e00938
@ -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
Block a user