View | Details | Raw Unified | Return to bug 211864
Collapse All | Expand All

(-)contrib/llvm/lib/Target/X86/X86.td (-1 lines)
Lines 576-582 def : Proc<"btver1", [ Link Here
576
  FeaturePRFCHW,
576
  FeaturePRFCHW,
577
  FeatureLZCNT,
577
  FeatureLZCNT,
578
  FeaturePOPCNT,
578
  FeaturePOPCNT,
579
  FeatureXSAVE,
580
  FeatureSlowSHLD,
579
  FeatureSlowSHLD,
581
  FeatureLAHFSAHF
580
  FeatureLAHFSAHF
582
]>;
581
]>;
(-)contrib/llvm/tools/clang/lib/Basic/Targets.cpp (-1 lines)
Lines 2731-2737 bool X86TargetInfo::initFeatureMap( Link Here
2731
    setFeatureEnabledImpl(Features, "prfchw", true);
2731
    setFeatureEnabledImpl(Features, "prfchw", true);
2732
    setFeatureEnabledImpl(Features, "cx16", true);
2732
    setFeatureEnabledImpl(Features, "cx16", true);
2733
    setFeatureEnabledImpl(Features, "fxsr", true);
2733
    setFeatureEnabledImpl(Features, "fxsr", true);
2734
    setFeatureEnabledImpl(Features, "xsave", true);
2735
    break;
2734
    break;
2736
  case CK_BDVER4:
2735
  case CK_BDVER4:
2737
    setFeatureEnabledImpl(Features, "avx2", true);
2736
    setFeatureEnabledImpl(Features, "avx2", true);

Return to bug 211864