aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86.td
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-03-28 22:34:46 +0000
committerNadav Rotem <nrotem@apple.com>2013-03-28 22:34:46 +0000
commit59af9d0bf4601276d03c52cc22865bbeba03e375 (patch)
tree3f90703c538b84811eeb0a1ee0a2207777adc73f /lib/Target/X86/X86.td
parent0b6a69d4a191b40923deceffc0bfff94be851569 (diff)
downloadexternal_llvm-59af9d0bf4601276d03c52cc22865bbeba03e375.zip
external_llvm-59af9d0bf4601276d03c52cc22865bbeba03e375.tar.gz
external_llvm-59af9d0bf4601276d03c52cc22865bbeba03e375.tar.bz2
Add the Haswell machine model.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86.td')
-rw-r--r--lib/Target/X86/X86.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td
index bf09501..ec9a823 100644
--- a/lib/Target/X86/X86.td
+++ b/lib/Target/X86/X86.td
@@ -215,7 +215,7 @@ def : ProcessorModel<"core-avx-i", SandyBridgeModel,
FeatureF16C, FeatureFSGSBase]>;
// Haswell
-def : ProcessorModel<"core-avx2", SandyBridgeModel,
+def : ProcessorModel<"core-avx2", HaswellModel,
[FeatureAVX2, FeatureCMPXCHG16B, FeatureFastUAMem,
FeaturePOPCNT, FeatureAES, FeaturePCLMUL, FeatureRDRAND,
FeatureF16C, FeatureFSGSBase, FeatureMOVBE, FeatureLZCNT,