You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
26
external/llvm/test/CodeGen/NVPTX/simple-call.ll
vendored
26
external/llvm/test/CodeGen/NVPTX/simple-call.ll
vendored
@ -1,26 +0,0 @@
|
||||
; RUN: llc < %s -march=nvptx -mcpu=sm_20 -verify-machineinstrs | FileCheck %s
|
||||
; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -verify-machineinstrs | FileCheck %s
|
||||
|
||||
|
||||
|
||||
; CHECK: .func ({{.*}}) device_func
|
||||
define float @device_func(float %a) noinline {
|
||||
%ret = fmul float %a, %a
|
||||
ret float %ret
|
||||
}
|
||||
|
||||
; CHECK: .entry kernel_func
|
||||
define void @kernel_func(float* %a) {
|
||||
%val = load float, float* %a
|
||||
; CHECK: call.uni (retval0),
|
||||
; CHECK: device_func,
|
||||
%mul = call float @device_func(float %val)
|
||||
store float %mul, float* %a
|
||||
ret void
|
||||
}
|
||||
|
||||
|
||||
|
||||
!nvvm.annotations = !{!1}
|
||||
|
||||
!1 = !{void (float*)* @kernel_func, !"kernel", i32 1}
|
Reference in New Issue
Block a user