[PATCH] [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)

Oliver Stannard oliver.stannard at arm.com
Tue Sep 30 05:41:46 PDT 2014


================
Comment at: lib/Target/ARM/AsmParser/ARMAsmParser.cpp:8806
@@ -8805,1 +8805,3 @@
+      {ARM::FPV5_D16, ARM::FeatureFPARMv8 | ARM::FeatureD16,
+       ARM::FeatureNEON | ARM::FeatureCrypto},
       {ARM::FP_ARMV8, ARM::FeatureFPARMv8,
----------------
rengolin wrote:
> It's not a full NEON, is it? The M7 page only talks about 8/16-bit DSP related SIMD.
The third member of this struct is the set of features to disable, so this is enabling {FPARMv8, D16} and disabling {NEON, Crypto}.

http://reviews.llvm.org/D5536






More information about the llvm-commits mailing list