[PATCH] D34697: [ARM] Inline callee if its target-features are a subset of the caller

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 11:40:35 PDT 2017


efriedma accepted this revision.
efriedma added inline comments.


================
Comment at: lib/Target/ARM/ARMTargetTransformInfo.cpp:34
+      ARM::FeatureFP16, ARM::FeatureVFP4, ARM::FeatureFPARMv8,
+      ARM::FeatureFullFP16, ARM::FeatureD16, ARM::FeatureHWDivThumb,
+      ARM::FeatureHWDivARM, ARM::FeatureDB, ARM::FeatureV7Clrex,
----------------
ARM::FeatureD16 and FeatureVFPOnlySP are also suspicious... not because they're different modes, but because having the feature enabled does the opposite of what you would expect.


https://reviews.llvm.org/D34697





More information about the llvm-commits mailing list