[llvm] r194152 - [AArch64] Remove NEON from "generic" CPU target.
Amara Emerson
amara.emerson at arm.com
Wed Nov 6 08:19:08 PST 2013
Author: aemerson
Date: Wed Nov 6 10:19:08 2013
New Revision: 194152
URL: http://llvm.org/viewvc/llvm-project?rev=194152&view=rev
Log:
[AArch64] Remove NEON from "generic" CPU target.
We can change this back when NEON support is complete and ready to become
enabled by default.
Modified:
llvm/trunk/lib/Target/AArch64/AArch64.td
Modified: llvm/trunk/lib/Target/AArch64/AArch64.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64.td?rev=194152&r1=194151&r2=194152&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64.td (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64.td Wed Nov 6 10:19:08 2013
@@ -36,8 +36,7 @@ def FeatureCrypto : SubtargetFeature<"cr
include "AArch64Schedule.td"
-def : Processor<"generic", GenericItineraries,
- [FeatureFPARMv8, FeatureNEON, FeatureCrypto]>;
+def : Processor<"generic", GenericItineraries, [FeatureFPARMv8]>;
//===----------------------------------------------------------------------===//
// Register File Description
More information about the llvm-commits
mailing list