We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de7026 commit 3e32e45Copy full SHA for 3e32e45
llvm/test/CodeGen/NVPTX/convert-call-to-indirect.ll
@@ -1,5 +1,5 @@
1
; RUN: llc < %s -march=nvptx64 -mcpu=sm_90 | FileCheck %s
2
-; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_90 | %ptxas-verify %}
+; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_90 | %ptxas-verify -arch=sm_90 %}
3
4
%struct.64 = type <{ i64 }>
5
declare i64 @callee(ptr %p);
0 commit comments