[PATCH] D34504: [LLVM][X86][Goldmont] Adding new target-cpu: Goldmont

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 25 09:49:00 PDT 2017


craig.topper added a comment.

Were you able to get the family/model/stepping info for lib/Support/Host.cpp?

A search of the linux kernel definitions http://cinnabar.sosdg.org/~qiyong/qxr/linux/source/arch/x86/include/asm/intel-family.h#L62 suggest that steppings 0x5c, 0x7a, and 0x5f are all goldmonts.



================
Comment at: lib/Target/X86/X86.td:463
+]>;
+def : GoldmontProc<"goldmont">;
+
----------------
Does GLM have faster PMULLD than silvermont or should we carry over FeatureSlowPMULLD to here?


https://reviews.llvm.org/D34504





More information about the llvm-commits mailing list