From 3016af5a1d140eb4226f0574324990a6a61d2ec5 Mon Sep 17 00:00:00 2001 From: David Greene Date: Mon, 29 Jun 2009 16:54:06 +0000 Subject: [PATCH] Add processor descriptions for Istanbul and Shanghai. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74429 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86.td | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td index 4d2636484f9..47861d5a67d 100644 --- a/lib/Target/X86/X86.td +++ b/lib/Target/X86/X86.td @@ -119,6 +119,10 @@ def : Proc<"amdfam10", [FeatureSSE3, FeatureSSE4A, Feature3DNowA, Feature64Bit, FeatureSlowBTMem]>; def : Proc<"barcelona", [FeatureSSE3, FeatureSSE4A, Feature3DNowA, Feature64Bit, FeatureSlowBTMem]>; +def : Proc<"istanbul", [Feature3DNowA, Feature64Bit, FeatureSSE4A, + Feature3DNowA]>; +def : Proc<"shanghai", [Feature3DNowA, Feature64Bit, FeatureSSE4A, + Feature3DNowA]>; def : Proc<"winchip-c6", [FeatureMMX]>; def : Proc<"winchip2", [FeatureMMX, Feature3DNow]>;