[clang] [RISCV] Add sched model for XiangShan-NanHu (PR #70232)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 25 10:33:08 PDT 2023
================
@@ -936,7 +936,9 @@ def : ReadAdvance<ReadFMA16, 0>;
def : ReadAdvance<ReadFMul32, 0>;
def : ReadAdvance<ReadFMul64, 0>;
def : ReadAdvance<ReadFMA32, 0>;
+def : ReadAdvance<ReadFMA32Addend, 0>;
----------------
topperc wrote:
Please make FMA16 consistent
https://github.com/llvm/llvm-project/pull/70232
More information about the cfe-commits
mailing list