projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d4cc8
)
Add FeatureLAHFSAHF to amdfam10 as well.
author
Hans Wennborg
<hans@hanshq.net>
Fri, 4 Dec 2015 23:32:19 +0000
(23:32 +0000)
committer
Hans Wennborg
<hans@hanshq.net>
Fri, 4 Dec 2015 23:32:19 +0000
(23:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254801
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86.td
b/lib/Target/X86/X86.td
index dc5ab1bf65d4ec7dec68ed46cd123e3e6c2ed7f2..7fc4def15fe5f9c31d7d092773c82c4f4af2870a 100644
(file)
--- a/
lib/Target/X86/X86.td
+++ b/
lib/Target/X86/X86.td
@@
-558,7
+558,7
@@
def : Proc<"athlon64-sse3", [FeatureSlowUAMem16, FeatureSSE3, Feature3DNowA,
FeatureSlowSHLD]>;
def : Proc<"amdfam10", [FeatureSSE4A, Feature3DNowA, FeatureFXSR,
FeatureCMPXCHG16B, FeatureLZCNT, FeaturePOPCNT,
- FeatureSlowBTMem, FeatureSlowSHLD]>;
+ FeatureSlowBTMem, FeatureSlowSHLD
, FeatureLAHFSAHF
]>;
def : Proc<"barcelona", [FeatureSSE4A, Feature3DNowA, FeatureFXSR,
FeatureCMPXCHG16B, FeatureLZCNT, FeaturePOPCNT,
FeatureSlowBTMem, FeatureSlowSHLD, FeatureLAHFSAHF]>;