[PATCH] D49463: [ARM] Add new feature to enable optimizing the VFD registers

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 18 08:10:35 PDT 2018


evandro added inline comments.


================
Comment at: llvm/lib/Target/ARM/ARM.td:200
+// VFP register widths.
+def FeatureStrictVFPWidth : SubtargetFeature<"strict-vfp-sd",
+                                             "StrictVFPWidth", "true",
----------------
sbaranga wrote:
> I think the description/name is somewhat confusing.
> 
> This enables using vdup instructions to move from the vfp execution domain to neon, which on some cores (at least Cortex-A15) is faster.
What do you suggest?


https://reviews.llvm.org/D49463





More information about the llvm-commits mailing list