aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/64bit-kernel-args.ll
blob: 2020e6565a9bd01aace359a01c64ee4ce0de3290 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc < %s -march=r600 -mcpu=tahiti | FileCheck %s

; SI-CHECK: @f64_kernel_arg
; SI-CHECK: BUFFER_STORE_DWORDX2
define void @f64_kernel_arg(double addrspace(1)* %out, double  %in) {
entry:
  store double %in, double addrspace(1)* %out
  ret void
}