Skip to content

Commit 4fe2e42

Browse files
committed
[X86] Remove cfi noise from splat-for-size.ll tests
1 parent 958251e commit 4fe2e42

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

llvm/test/CodeGen/X86/splat-for-size.ll

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,7 @@ define <8 x i64> @pr23259() #1 {
388388
; AVX-LABEL: pr23259:
389389
; AVX: # %bb.0: # %entry
390390
; AVX-NEXT: pushq $1
391-
; AVX-NEXT: .cfi_adjust_cfa_offset 8
392391
; AVX-NEXT: popq %rax
393-
; AVX-NEXT: .cfi_adjust_cfa_offset -8
394392
; AVX-NEXT: vmovq %rax, %xmm0
395393
; AVX-NEXT: vinsertf128 $1, %xmm0, %ymm0, %ymm1
396394
; AVX-NEXT: vperm2f128 {{.*#+}} ymm0 = mem[2,3],ymm0[0,1]
@@ -402,9 +400,7 @@ define <8 x i64> @pr23259() #1 {
402400
; AVX2: # %bb.0: # %entry
403401
; AVX2-NEXT: vmovdqa A(%rip), %ymm0
404402
; AVX2-NEXT: pushq $1
405-
; AVX2-NEXT: .cfi_adjust_cfa_offset 8
406403
; AVX2-NEXT: popq %rax
407-
; AVX2-NEXT: .cfi_adjust_cfa_offset -8
408404
; AVX2-NEXT: vmovq %rax, %xmm1
409405
; AVX2-NEXT: vpunpcklqdq {{.*#+}} ymm0 = ymm0[0],ymm1[0],ymm0[2],ymm1[2]
410406
; AVX2-NEXT: vpermq {{.*#+}} ymm0 = ymm0[2,1,1,1]
@@ -417,8 +413,8 @@ entry:
417413
ret <8 x i64> %shuffle
418414
}
419415

420-
attributes #0 = { optsize }
421-
attributes #1 = { minsize }
416+
attributes #0 = { nounwind optsize }
417+
attributes #1 = { nounwind minsize }
422418

423419
!llvm.module.flags = !{!0}
424420
!0 = !{i32 1, !"ProfileSummary", !1}

0 commit comments

Comments
 (0)