Skip to content

Commit 5710199

Browse files
committed
[NFC][NVPTX] XFAIL atomics-with-semantics after 0f1b16d (#31673)
1 parent 03a7664 commit 5710199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CodeGen/NVPTX/atomics-with-semantics.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
; RUN: llc < %s -march=nvptx -mcpu=sm_70 | FileCheck %s
22
; RUN: llc < %s -march=nvptx64 -mcpu=sm_70 | FileCheck %s
3+
; XFAIL: *
34

45
; CHECK-LABEL: .func test_atomics_scope(
56
define void @test_atomics_scope(float* %fp, float %f,

0 commit comments

Comments
 (0)