Skip to content

Commit e00b863

Browse files
committed
unxfail 3 nvid tests
1 parent ef9f7fe commit e00b863

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

llvm/test/DebugInfo/NVPTX/dbg-declare-alloca.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda | FileCheck %s
22
; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64-nvidia-cuda | %ptxas-verify %}
3-
; XFAIL: *
43
; CHECK: .target sm_30, debug
54

65
; CHECK: .visible .func use_dbg_declare()

llvm/test/DebugInfo/NVPTX/dbg-value-const-byref.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
; RUN: llc -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 < %s | FileCheck %s
22
; RUN: %if ptxas %{ llc -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 < %s | %ptxas-verify %}
3-
; XFAIL: *
43

54
; Generated with -O1 from:
65
; int f1();

llvm/test/DebugInfo/NVPTX/debug-info.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 | FileCheck %s
22
; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 | %ptxas-verify %}
3-
; XFAIL: *
43
; // Bitcode in this test case is reduced version of compiled code below:
54
;__device__ inline void res(float x, float y, ptr res) { *res = x + y; }
65
;

0 commit comments

Comments
 (0)