[PATCH] D15240: X86: Don't emit SAHF/LAHF for 64-bit targets unless explicitly supported
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 4 15:35:23 PST 2015
hans added inline comments.
================
Comment at: llvm/trunk/lib/Target/X86/X86.td:561
@@ -546,3 +560,3 @@
FeatureCMPXCHG16B, FeatureLZCNT, FeaturePOPCNT,
FeatureSlowBTMem, FeatureSlowSHLD]>;
def : Proc<"barcelona", [FeatureSSE4A, Feature3DNowA, FeatureFXSR,
----------------
jfb wrote:
> I think this one could have it as well?
Sorry, I missed the "above *two*" part of your previous comment. Added in r254801.
Repository:
rL LLVM
http://reviews.llvm.org/D15240
More information about the llvm-commits
mailing list