[PATCH] D46754: [AMDGPU] Add intrinsics for 16 bit interpolation

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 11:34:35 PDT 2018


tpr added inline comments.


================
Comment at: lib/Target/AMDGPU/VOP3Instructions.td:459
+                                                          (i1 imm:$clamp),
+                                                          (i1 imm:$omod)))]>;
+def V_INTERP_P1LV_F16 : VOP3Interp <"v_interp_p1lv_f16", VOP3_INTERP16<[f32, f32, i32, f16]>,
----------------
Don't forget to fix the problem found with this i1 in testing.


Repository:
  rL LLVM

https://reviews.llvm.org/D46754





More information about the llvm-commits mailing list