We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72ad3c commit d3917bbCopy full SHA for d3917bb
llvm/lib/Target/X86/X86.td
@@ -531,6 +531,11 @@ def FeatureUseGLMDivSqrtCosts
531
def FeatureUseAA : SubtargetFeature<"use-aa", "UseAA", "true",
532
"Use alias analysis during codegen">;
533
534
+//===----------------------------------------------------------------------===//
535
+// X86 CPU Families
536
+// TODO: Remove these - use general tuning features to determine codegen.
537
538
+
539
// Bonnell
540
def ProcIntelAtom : SubtargetFeature<"", "X86ProcFamily", "IntelAtom", "">;
541
// Silvermont
0 commit comments