Skip to content

Commit 24e0521

Browse files
committed
clean up tests for anyext pcd
1 parent 2462c06 commit 24e0521

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

llvm/test/CodeGen/M68k/Data/load-extend.ll

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ define i32 @"test_zext_pcd_i16_to_i32"() {
4242
ret i32 %val2
4343
}
4444

45-
define i16 @"test_anyext_pcd_i8_to_i16"() {
45+
define i16 @test_anyext_pcd_i8_to_i16() nounwind {
4646
; CHECK-LABEL: test_anyext_pcd_i8_to_i16:
47-
; CHECK: .cfi_startproc
48-
; CHECK-NEXT: ; %bb.0:
47+
; CHECK: ; %bb.0:
4948
; CHECK-NEXT: move.b (__unnamed_1+4,%pc), %d0
5049
; CHECK-NEXT: and.l #255, %d0
5150
; CHECK-NEXT: lsl.w #8, %d0
@@ -57,10 +56,9 @@ define i16 @"test_anyext_pcd_i8_to_i16"() {
5756
ret i16 %insert_shift
5857
}
5958

60-
define i32 @"test_anyext_pcd_i8_to_i32"() {
59+
define i32 @test_anyext_pcd_i8_to_i32() nounwind {
6160
; CHECK-LABEL: test_anyext_pcd_i8_to_i32:
62-
; CHECK: .cfi_startproc
63-
; CHECK-NEXT: ; %bb.0:
61+
; CHECK: ; %bb.0:
6462
; CHECK-NEXT: moveq #24, %d1
6563
; CHECK-NEXT: move.b (__unnamed_1+4,%pc), %d0
6664
; CHECK-NEXT: and.l #255, %d0
@@ -72,10 +70,9 @@ define i32 @"test_anyext_pcd_i8_to_i32"() {
7270
ret i32 %insert_shift
7371
}
7472

75-
define i32 @"test_anyext_pcd_i16_to_i32"() {
73+
define i32 @test_anyext_pcd_i16_to_i32() nounwind {
7674
; CHECK-LABEL: test_anyext_pcd_i16_to_i32:
77-
; CHECK: .cfi_startproc
78-
; CHECK-NEXT: ; %bb.0:
75+
; CHECK: ; %bb.0:
7976
; CHECK-NEXT: moveq #16, %d1
8077
; CHECK-NEXT: move.w (__unnamed_1+4,%pc), %d0
8178
; CHECK-NEXT: and.l #65535, %d0

0 commit comments

Comments
 (0)