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 441b683 commit 978df3bCopy full SHA for 978df3b
llvm/test/CodeGen/NVPTX/byval-const-global.ll
@@ -1,6 +1,6 @@
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2
; RUN: llc < %s -mcpu=sm_70 | FileCheck %s
3
-; RUN: %if ptxas %{ llc < %s -mcpu=sm_70 | %ptxas-verify %}
+; RUN: %if ptxas %{ llc < %s -mcpu=sm_70 | %ptxas-verify -arch=sm_70 %}
4
5
target triple = "nvptx64-nvidia-cuda"
6
@@ -30,4 +30,4 @@ define void @foo() {
30
ret void
31
}
32
33
-declare void @bar(ptr)
+declare void @bar(ptr byval(%struct))
0 commit comments