ilinpv added inline comments.

================
Comment at: llvm/lib/Target/AArch64/AArch64.td:74
 
+def FeatureFMV : SubtargetFeature<"fmv", "HasFMV", "true",
+  "Enable Function Multi Versioning support.">;
----------------
echristo wrote:
> What is this for?
FMV is a target feature which is enabled by default and can be disabled 
(-mno-fmv ). Accoding to ACLE spec "FMV may be disabled in compile time by a 
compiler flag. In this case the default version shall be used."


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127812/new/

https://reviews.llvm.org/D127812

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to