Skip to content

Commit 3e32e45

Browse files
committed
[NVPTX] Verify ptx in the right version
1 parent 4de7026 commit 3e32e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/NVPTX/convert-call-to-indirect.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_90 | FileCheck %s
2-
; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_90 | %ptxas-verify %}
2+
; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_90 | %ptxas-verify -arch=sm_90 %}
33

44
%struct.64 = type <{ i64 }>
55
declare i64 @callee(ptr %p);

0 commit comments

Comments
 (0)