Skip to content

Commit d3917bb

Browse files
committed
[X86] Add title comment to separate the "CPU Families" features from the other subtarget features. NFCI.
Hopefully we can get rid of these some day...
1 parent e72ad3c commit d3917bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/lib/Target/X86/X86.td

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,11 @@ def FeatureUseGLMDivSqrtCosts
531531
def FeatureUseAA : SubtargetFeature<"use-aa", "UseAA", "true",
532532
"Use alias analysis during codegen">;
533533

534+
//===----------------------------------------------------------------------===//
535+
// X86 CPU Families
536+
// TODO: Remove these - use general tuning features to determine codegen.
537+
//===----------------------------------------------------------------------===//
538+
534539
// Bonnell
535540
def ProcIntelAtom : SubtargetFeature<"", "X86ProcFamily", "IntelAtom", "">;
536541
// Silvermont

0 commit comments

Comments
 (0)