================
@@ -43,34 +43,43 @@ def WriteAtomicSTD  : SchedWrite;    // Atomic store double 
word
 def WriteFAdd16     : SchedWrite;    // 16-bit floating point 
addition/subtraction
 def WriteFAdd32     : SchedWrite;    // 32-bit floating point 
addition/subtraction
 def WriteFAdd64     : SchedWrite;    // 64-bit floating point 
addition/subtraction
+def WriteFAdd128    : SchedWrite;    // 128-bit floating point 
addition/subtraction
----------------
wangpc-pp wrote:

I think we should put schedule things into another seperated PR to simplify 
this PR.

https://github.com/llvm/llvm-project/pull/139369
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to