Skip to content

Commit 9c924de

Browse files
committed
Work around windows test failures
1 parent d97b133 commit 9c924de

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

llvm/test/CodeGen/AArch64/atomicrmw-fmax.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+lse -O1 -fast-isel=0 -global-isel=false %s -o - | FileCheck -check-prefix=LSE %s
44
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=-lse,-fp-armv8 -O1 < %s | FileCheck -check-prefix=SOFTFP-NOLSE %s
55

6+
; FIXME: Windows hosts assigns stack slots to different offsets for some reason.
7+
; UNSUPPORTED: system-windows
8+
69
define half @test_atomicrmw_fmax_f16_seq_cst_align2(ptr %ptr, half %value) #0 {
710
; NOLSE-LABEL: test_atomicrmw_fmax_f16_seq_cst_align2:
811
; NOLSE: // %bb.0:

llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+lse -O1 -fast-isel=0 -global-isel=false %s -o - | FileCheck -check-prefix=LSE %s
44
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=-lse,-fp-armv8 -O1 < %s | FileCheck -check-prefix=SOFTFP-NOLSE %s
55

6+
; FIXME: Windows hosts assigns stack slots to different offsets for some reason.
7+
; UNSUPPORTED: system-windows
8+
69
define half @test_atomicrmw_fmin_f16_seq_cst_align2(ptr %ptr, half %value) #0 {
710
; NOLSE-LABEL: test_atomicrmw_fmin_f16_seq_cst_align2:
811
; NOLSE: // %bb.0:

0 commit comments

Comments
 (0)