[llvm] [AMDGPU][True16][MC] VOP2 update instructions with fake16 format (PR #114436)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 07:13:21 PDT 2024


================
@@ -3852,19 +3852,22 @@ MachineInstr *SIInstrInfo::convertToThreeAddress(MachineInstr &MI,
     return MIB;
   }
 
+// FIXME-TRUE16. assert should be enabled after V_FMAC_F16_t16 is enabled
+#if 0
   assert(Opc != AMDGPU::V_FMAC_F16_t16_e32 &&
----------------
broxigarchen wrote:

That's right! I forgot to rollback this part when I am testing another issue. Correct this

https://github.com/llvm/llvm-project/pull/114436


More information about the llvm-commits mailing list