[PATCH] D25975: AMDGPU/SI: Make f16 a legal type for VI subtargets

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 10:41:36 PST 2016


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/VOP2Instructions.td:346
+    isConvertibleToThreeAddress = 1 in {
+defm V_MAC_F16 : VOP2Inst <"v_mac_f16", VOP_MAC>;
+}
----------------
This needs new to use an f16 variant of VOP_MAC. I just ran into some problems from this


https://reviews.llvm.org/D25975





More information about the llvm-commits mailing list