We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65b09b commit f894eaaCopy full SHA for f894eaa
llvm/test/CodeGen/NVPTX/atomics-with-semantics.ll
@@ -1,6 +1,7 @@
1
; RUN: llc < %s -march=nvptx -mcpu=sm_70 | FileCheck %s
2
; RUN: llc < %s -march=nvptx64 -mcpu=sm_70 | FileCheck %s
3
-
+; XFAIL: *
4
+; https://github.com/intel/llvm/issues/18068
5
; CHECK-LABEL: .func test_atomics_scope(
6
define void @test_atomics_scope(float* %fp, float %f,
7
double* %dfp, double %df,
0 commit comments