[PATCH] [ARM]: Extend -mfpu options for half-precision and vfpv3xd

Ranjeet Singh ranjeet.singh at arm.com
Tue Jun 23 04:19:44 PDT 2015


Hi Javed,

This patch LGTM with two little comments but you should probably wait for Renato or John to do the final review before you commit.

Thanks,
Ranjeet


REPOSITORY
  rL LLVM

================
Comment at: lib/Support/TargetParser.cpp:56
@@ +55,3 @@
+  { "neon-fp-armv8",  ARM::FK_NEON_FP_ARMV8,  ARM::FV_VFPV5,      ARM::NS_Neon,   ARM::FR_None},
+  { "crypto-neon-fp-armv8" ,
+               ARM::FK_CRYPTO_NEON_FP_ARMV8,  ARM::FV_VFPV5,      ARM::NS_Crypto, ARM::FR_None},
----------------
Remove the space between the last quote and the comma.

http://reviews.llvm.org/D10645

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list