Skip to content

Commit d6d7c19

Browse files
committed
[NVPTX] Use ptxas-12.2 for new tests
1 parent 069c694 commit d6d7c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/NVPTX/load-store-sm-70.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc < %s -march=nvptx64 -mcpu=sm_70 -mattr=+ptx82 | FileCheck %s
2-
; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_70 -mattr=+ptx82 | %ptxas-verify %}
2+
; RUN: %if ptxas-12.2 %{ llc < %s -march=nvptx64 -mcpu=sm_70 -mattr=+ptx82 | %ptxas-verify %}
33

44
; CHECK-LABEL: generic_plain
55
define void @generic_plain(ptr %a, ptr %b, ptr %c, ptr %d) local_unnamed_addr {

0 commit comments

Comments
 (0)