From: Bruno Cardoso Lopes Date: Fri, 23 Jul 2010 01:22:45 +0000 (+0000) Subject: Declare CLMUL as a subtarget feature X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=26a9142bd6e8ae74be42c5ad2ebaa32f1764c693;p=oota-llvm.git Declare CLMUL as a subtarget feature git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109207 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td index ba41078c788..fcb4e362694 100644 --- a/lib/Target/X86/X86.td +++ b/lib/Target/X86/X86.td @@ -67,6 +67,8 @@ def FeatureSSE4A : SubtargetFeature<"sse4a", "HasSSE4A", "true", def FeatureAVX : SubtargetFeature<"avx", "HasAVX", "true", "Enable AVX instructions">; +def FeatureCLMUL : SubtargetFeature<"clmul", "HasCLMUL", "true", + "Enable carry-less multiplication instructions">; def FeatureFMA3 : SubtargetFeature<"fma3", "HasFMA3", "true", "Enable three-operand fused multiple-add">; def FeatureFMA4 : SubtargetFeature<"fma4", "HasFMA4", "true",