File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -873,6 +873,7 @@ def ProcessorFeatures {
873
873
// Nehalem
874
874
list<SubtargetFeature> NHMFeatures = X86_64V2Features;
875
875
list<SubtargetFeature> NHMTuning = [TuningMacroFusion,
876
+ TuningSlowDivide64,
876
877
TuningInsertVZEROUPPER,
877
878
TuningNoDomainDelayMov];
878
879
Original file line number Diff line number Diff line change 7
7
; RUN: llc < %s -mtriple=x86_64-- -mcpu=x86-64-v3 | FileCheck %s --check-prefixes=CHECK,SLOW-DIVQ
8
8
; RUN: llc < %s -mtriple=x86_64-- -mcpu=x86-64-v4 | FileCheck %s --check-prefixes=CHECK,SLOW-DIVQ
9
9
; Intel
10
- ; RUN: llc < %s -mtriple=x86_64-- -mcpu=nehalem | FileCheck %s --check-prefixes=CHECK,FAST -DIVQ
10
+ ; RUN: llc < %s -mtriple=x86_64-- -mcpu=nehalem | FileCheck %s --check-prefixes=CHECK,SLOW -DIVQ
11
11
; RUN: llc < %s -mtriple=x86_64-- -mcpu=sandybridge | FileCheck %s --check-prefixes=CHECK,SLOW-DIVQ
12
12
; RUN: llc < %s -mtriple=x86_64-- -mcpu=haswell | FileCheck %s --check-prefixes=CHECK,SLOW-DIVQ
13
13
; RUN: llc < %s -mtriple=x86_64-- -mcpu=skylake | FileCheck %s --check-prefixes=CHECK,SLOW-DIVQ
You can’t perform that action at this time.
0 commit comments