Skip to content

Commit e9d4ae6

Browse files
committed
Regen list and unxfail test
unxfail: clang/test/Driver/femit-dwarf-unwind.c
1 parent 5125772 commit e9d4ae6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

clang/test/Driver/femit-dwarf-unwind.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// REQUIRES: x86-registered-target
2-
// XFAIL: *
32
// RUN: rm -rf %t; mkdir %t
43
// RUN: %clang -target x86_64-apple-macos11.0 -c %s -o %t/x86_64.o -femit-compact-unwind-non-canonical
54
// RUN: %clang -target x86_64-apple-macos11.0 -femit-dwarf-unwind=no-compact-unwind -femit-compact-unwind-non-canonical -c %s -o %t/x86_64-no-dwarf.o

llvm/test/CodeGen/AMDGPU/carryout-selection.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3134,7 +3134,7 @@ define amdgpu_kernel void @sudiv64(ptr addrspace(1) %out, i64 %x, i64 %y) {
31343134
; GFX1250-NEXT: s_cvt_f32_u32 s1, s3
31353135
; GFX1250-NEXT: s_sub_nc_u64 s[6:7], 0, s[2:3]
31363136
; GFX1250-NEXT: s_delay_alu instid0(SALU_CYCLE_2) | instskip(NEXT) | instid1(SALU_CYCLE_3)
3137-
; GFX1250-NEXT: s_fmac_f32 s0, s1, 0x4f800000
3137+
; GFX1250-NEXT: s_fmamk_f32 s0, s1, 0x4f800000, s0
31383138
; GFX1250-NEXT: v_s_rcp_f32 s0, s0
31393139
; GFX1250-NEXT: s_delay_alu instid0(TRANS32_DEP_1) | instskip(SKIP_1) | instid1(SALU_CYCLE_2)
31403140
; GFX1250-NEXT: s_mul_f32 s0, s0, 0x5f7ffffc
@@ -3144,7 +3144,7 @@ define amdgpu_kernel void @sudiv64(ptr addrspace(1) %out, i64 %x, i64 %y) {
31443144
; GFX1250-NEXT: s_delay_alu instid0(SALU_CYCLE_2) | instskip(SKIP_1) | instid1(SALU_CYCLE_2)
31453145
; GFX1250-NEXT: s_trunc_f32 s1, s1
31463146
; GFX1250-NEXT: s_wait_alu 0xfffe
3147-
; GFX1250-NEXT: s_fmac_f32 s0, s1, 0xcf800000
3147+
; GFX1250-NEXT: s_fmamk_f32 s0, s1, 0xcf800000, s0
31483148
; GFX1250-NEXT: s_cvt_u32_f32 s5, s1
31493149
; GFX1250-NEXT: s_mov_b32 s1, 0
31503150
; GFX1250-NEXT: s_wait_alu 0xfffe

0 commit comments

Comments
 (0)