Skip to content

Commit bd517c2

Browse files
committed
[NVPTX] Add missing -arch to ptxas test invocation
1 parent 7c11476 commit bd517c2

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-12.2 %{ 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 -arch=sm_70 %}
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)