mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Whitespace cleanup in test/CodeGen/NVPTX/annotations.ll.
llvm-svn: 289730
This commit is contained in:
parent
8506de7ef9
commit
5f4293f5f4
@ -1,13 +1,11 @@
|
||||
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
|
||||
; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s
|
||||
|
||||
|
||||
@texture = internal addrspace(1) global i64 0, align 8
|
||||
; CHECK: .global .texref texture
|
||||
@surface = internal addrspace(1) global i64 0, align 8
|
||||
; CHECK: .global .surfref surface
|
||||
|
||||
|
||||
; CHECK: .entry kernel_func_maxntid
|
||||
define void @kernel_func_maxntid(float* %a) {
|
||||
; CHECK: .maxntid 10, 20, 30
|
||||
@ -36,8 +34,6 @@ define void @kernel_func_maxnreg() {
|
||||
ret void
|
||||
}
|
||||
|
||||
|
||||
|
||||
!nvvm.annotations = !{!1, !2, !3, !4, !5, !6, !7, !8, !9, !10}
|
||||
|
||||
!1 = !{void (float*)* @kernel_func_maxntid, !"kernel", i32 1}
|
||||
|
Loading…
x
Reference in New Issue
Block a user