================
@@ -111,3 +205,17 @@ let Predicates = [HasStdExtZvvfmm] in {
   def VFQIMMACC_VV : VIFMEMACScaleVV<0b111010, "vfqimmacc.vv">;
   def VF8WIMMACC_VV : VIFMEMACScaleVV<0b111011, "vf8wimmacc.vv">;
 } // Predicates = [HasStdExtZvvfmm]
+
+let Predicates = [HasStdExtZvvmtls] in {
+  def VMTL_V_L : VTileLoadLambda<0b00, "vmtl.v">;
----------------
imkiva wrote:

Good idea. I changed td file accordingly

https://github.com/llvm/llvm-project/pull/198229
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to