1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
2 ; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_20 | %ptxas-verify %}
4 ; ptxas has no special meaning for '$' character, so it should be used
7 @"$str" = private addrspace(1) constant [4 x i8] c"str\00"
9 declare void @str2(ptr %str)
12 ;; CHECK: mov.u64 %rd{{[0-9]+}}, $str;
13 tail call void @str2(ptr addrspacecast (ptr addrspace(1) @"$str" to ptr))