Skip to content

Commit 56535ff

Browse files
Fixup llvm/test/DebugInfo/NVPTX tests
1 parent 5b72d43 commit 56535ff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 < %s | FileCheck %s
2-
; RUN: %if ptxas %{ llc -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 < %s | %ptxas-verify %}
2+
; RUN: %if ptxas-isa-7.0 %{ llc -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 < %s | %ptxas-verify %}
33

44
; Generated with -O1 from:
55
; int f1();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 | FileCheck %s
2-
; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 | %ptxas-verify %}
2+
; RUN: %if ptxas-isa-7.0 %{ llc < %s -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 | %ptxas-verify %}
33

44
; // Bitcode in this test case is reduced version of compiled code below:
55
;__device__ inline void res(float x, float y, ptr res) { *res = x + y; }

llvm/test/DebugInfo/NVPTX/debug-loc-offset.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 < %s | FileCheck %s
2-
; RUN: %if ptxas %{ llc -mtriple=nvptx64-nvidia-cuda < %s -mattr=+ptx70 | %ptxas-verify %}
2+
; RUN: %if ptxas-isa-7.0 %{ llc -mtriple=nvptx64-nvidia-cuda < %s -mattr=+ptx70 | %ptxas-verify %}
33

44
; CHECK: .target sm_{{[0-9]+}}, debug
55

llvm/test/DebugInfo/NVPTX/debug-name-table.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc -mtriple=nvptx64-nvidia-cuda -mattr=+ptx75 < %s | FileCheck %s
2-
; RUN: %if ptxas-11.5 %{ llc -mtriple=nvptx64-nvidia-cuda -mattr=+ptx75 < %s | %ptxas-verify %}
2+
; RUN: %if ptxas-isa-7.5 %{ llc -mtriple=nvptx64-nvidia-cuda -mattr=+ptx75 < %s | %ptxas-verify %}
33

44
; DICompileUnit without 'nameTableKind: None' results in
55
; debug_pubnames and debug_pubtypes sections in DWARF. These sections

llvm/test/DebugInfo/NVPTX/debug-ptx-symbols.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc < %s -mcpu=sm_60 | FileCheck %s
2-
; RUN: %if ptxas %{ llc < %s -mcpu=sm_60 | %ptxas-verify %}
2+
; RUN: %if ptxas-sm_60 %{ llc < %s -mcpu=sm_60 | %ptxas-verify -arch=sm_60 %}
33
target datalayout = "e-i64:64-i128:128-v16:16-v32:32-n16:32:64"
44
target triple = "nvptx64-nvidia-cuda"
55

0 commit comments

Comments
 (0)