[PATCH] D34504: [LLVM][X86][Goldmont] Adding new target-cpu: Goldmont
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 04:07:39 PDT 2017
RKSimon added a comment.
In https://reviews.llvm.org/D34504#791874, @m_zuckerman wrote:
> Regard @RKSimon I agree with you that we want to remove the **isglm()** until use. But I prefer no touch the **IntelGLM** since I want to specialize Goldmont from the other ATOM processors .
Thanks that's fine by me.
================
Comment at: lib/Target/X86/X86.td:304
+def ProcIntelGLM : SubtargetFeature<"glm", "X86ProcFamily", "IntelGLM",
+ "Intel Goldmont processors">;
----------------
Match the indent Atom/SLM
https://reviews.llvm.org/D34504
More information about the llvm-commits
mailing list