Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 428b609

Browse files
committed
Followup to r203483 - add test.
[forgot to 'svn add' before committing r203483] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203485 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 754aaee commit 428b609

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/CodeGen/NVPTX/symbol-naming.ll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s --check-prefix=PTX32
2+
; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s --check-prefix=PTX64
3+
4+
@.str = private unnamed_addr constant [6 x i8] c"%d %f\00", align 1
5+
@.str.again = private unnamed_addr constant [6 x i8] c"%d %f\00", align 1
6+
7+
; PTX32-NOT: .str
8+
; PTX64-NOT: .str

0 commit comments

Comments
 (0)