[PATCH] [ARM]: Extend -mfpu options for half-precision and vfpv3xd
Renato Golin
renato.golin at linaro.org
Tue Jun 23 04:44:58 PDT 2015
No tests?
REPOSITORY
rL LLVM
================
Comment at: include/llvm/Support/TargetParser.h:59
@@ -53,1 +58,3 @@
+ //FPU Version
+ enum FPUVersion {
----------------
rs wrote:
> add space at start of comment "// FPU Version"
Move the commend in the FPUVersion member here.
Corresponds directly to the FP arch version number.
================
Comment at: include/llvm/Support/TargetParser.h:67
@@ +66,3 @@
+ FV_VFPV5,
+ FV_LAST
+ };
----------------
You don't need a LAST if you're not iterating nor mapping between ID and string.
http://reviews.llvm.org/D10645
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list