diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-03-28 22:34:46 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-03-28 22:34:46 +0000 |
commit | 59af9d0bf4601276d03c52cc22865bbeba03e375 (patch) | |
tree | 3f90703c538b84811eeb0a1ee0a2207777adc73f /lib/Target/X86/X86.td | |
parent | 0b6a69d4a191b40923deceffc0bfff94be851569 (diff) |
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.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td index bf095017f8..ec9a8230bd 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, |