File tree 2 files changed +6
-0
lines changed
llvm/test/CodeGen/AArch64 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3
3
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+lse -O1 -fast-isel=0 -global-isel=false %s -o - | FileCheck -check-prefix=LSE %s
4
4
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=-lse,-fp-armv8 -O1 < %s | FileCheck -check-prefix=SOFTFP-NOLSE %s
5
5
6
+ ; FIXME: Windows hosts assigns stack slots to different offsets for some reason.
7
+ ; UNSUPPORTED: system-windows
8
+
6
9
define half @test_atomicrmw_fmax_f16_seq_cst_align2 (ptr %ptr , half %value ) #0 {
7
10
; NOLSE-LABEL: test_atomicrmw_fmax_f16_seq_cst_align2:
8
11
; NOLSE: // %bb.0:
Original file line number Diff line number Diff line change 3
3
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+lse -O1 -fast-isel=0 -global-isel=false %s -o - | FileCheck -check-prefix=LSE %s
4
4
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=-lse,-fp-armv8 -O1 < %s | FileCheck -check-prefix=SOFTFP-NOLSE %s
5
5
6
+ ; FIXME: Windows hosts assigns stack slots to different offsets for some reason.
7
+ ; UNSUPPORTED: system-windows
8
+
6
9
define half @test_atomicrmw_fmin_f16_seq_cst_align2 (ptr %ptr , half %value ) #0 {
7
10
; NOLSE-LABEL: test_atomicrmw_fmin_f16_seq_cst_align2:
8
11
; NOLSE: // %bb.0:
You can’t perform that action at this time.
0 commit comments