================
@@ -2026,6 +2104,15 @@ def : ProcModel<"znver5", Znver4Model,
ProcessorFeatures.ZN5Features,
def : ProcModel<"znver6", Znver4Model, ProcessorFeatures.ZN6Features,
ProcessorFeatures.ZN6Tuning>;
+// Hygon CPUs.
+
+def : Proc<"c86-4g-m4", ProcessorFeatures.C864GM4Features,
+ ProcessorFeatures.C864GM4Tuning>;
+def : Proc<"c86-4g-m6", ProcessorFeatures.C864GM6Features,
+ ProcessorFeatures.C864GM6Tuning>;
+def : Proc<"c86-4g-m7", ProcessorFeatures.C864GM7Features,
----------------
zhangxiaomeng-hygon wrote:
We're developing M4/M6 and M7 scheduler models now, and we'll upload them in
about a month.
There are some differences between M4/M6/M7 and Znver2/Znver4, so I think we'd
better not use Znver2/Znver4 scheduler models.
https://github.com/llvm/llvm-project/pull/187622
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits