Mercurial > hg > CbC > CbC_llvm
view libclc/ptx/lib/shared/vload_half_helpers.ll @ 259:011663b4a808
remove duplicate setjmp in return continuation
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Oct 2023 15:52:37 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
define float @__clc_vload_half_float_helper__private(half addrspace(0)* nocapture %ptr) nounwind alwaysinline { %data = load half, half addrspace(0)* %ptr %res = fpext half %data to float ret float %res } define float @__clc_vload_half_float_helper__global(half addrspace(1)* nocapture %ptr) nounwind alwaysinline { %data = load half, half addrspace(1)* %ptr %res = fpext half %data to float ret float %res } define float @__clc_vload_half_float_helper__local(half addrspace(3)* nocapture %ptr) nounwind alwaysinline { %data = load half, half addrspace(3)* %ptr %res = fpext half %data to float ret float %res } define float @__clc_vload_half_float_helper__constant(half addrspace(4)* nocapture %ptr) nounwind alwaysinline { %data = load half, half addrspace(4)* %ptr %res = fpext half %data to float ret float %res }