[PATCH] D47828: AMDGPU: Make v4i16/v4f16 legal

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 11:37:23 PDT 2018


rampitec added inline comments.


================
Comment at: test/CodeGen/AMDGPU/amdgcn.bitcast.ll:131
+
+define amdgpu_kernel void @v4i16_to_f64(double addrspace(1)* %out, <4 x i16> addrspace(1)* %in) nounwind {
+  %load = load <4 x i16>, <4 x i16> addrspace(1)* %in, align 4
----------------
At least func label checks are needed.


https://reviews.llvm.org/D47828





More information about the llvm-commits mailing list