Skip to content

Commit

Permalink
Work around windows test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenm committed Aug 29, 2024
1 parent fd8d402 commit 03949db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/test/CodeGen/AArch64/atomicrmw-fmax.ll
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+lse -O1 -fast-isel=0 -global-isel=false %s -o - | FileCheck -check-prefix=LSE %s
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=-lse,-fp-armv8 -O1 < %s | FileCheck -check-prefix=SOFTFP-NOLSE %s

; FIXME: Windows hosts assigns stack slots to different offsets for some reason.
; UNSUPPORTED: system-windows

define half @test_atomicrmw_fmax_f16_seq_cst_align2(ptr %ptr, half %value) #0 {
; NOLSE-LABEL: test_atomicrmw_fmax_f16_seq_cst_align2:
; NOLSE: // %bb.0:
Expand Down
3 changes: 3 additions & 0 deletions llvm/test/CodeGen/AArch64/atomicrmw-fmin.ll
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+lse -O1 -fast-isel=0 -global-isel=false %s -o - | FileCheck -check-prefix=LSE %s
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=-lse,-fp-armv8 -O1 < %s | FileCheck -check-prefix=SOFTFP-NOLSE %s

; FIXME: Windows hosts assigns stack slots to different offsets for some reason.
; UNSUPPORTED: system-windows

define half @test_atomicrmw_fmin_f16_seq_cst_align2(ptr %ptr, half %value) #0 {
; NOLSE-LABEL: test_atomicrmw_fmin_f16_seq_cst_align2:
; NOLSE: // %bb.0:
Expand Down

0 comments on commit 03949db

Please sign in to comment.