Skip to content

Commit f894eaa

Browse files
committed
XFAIL CodeGen/NVPTX/atomics-with-semantics.ll for now (#28523)
Opened #18068 to track the porting.
1 parent d65b09b commit f894eaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
; RUN: llc < %s -march=nvptx -mcpu=sm_70 | FileCheck %s
22
; RUN: llc < %s -march=nvptx64 -mcpu=sm_70 | FileCheck %s
3-
3+
; XFAIL: *
4+
; https://github.com/intel/llvm/issues/18068
45
; CHECK-LABEL: .func test_atomics_scope(
56
define void @test_atomics_scope(float* %fp, float %f,
67
double* %dfp, double %df,

0 commit comments

Comments
 (0)