[all-commits] [llvm/llvm-project] 17e8ac: [X86] Move FeatureFastBEXTR from bdver2 features t...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Aug 4 05:21:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17e8ac0703e1a3b5e269e3535d862cad39e0cf43
https://github.com/llvm/llvm-project/commit/17e8ac0703e1a3b5e269e3535d862cad39e0cf43
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M llvm/lib/Target/X86/X86.td
Log Message:
-----------
[X86] Move FeatureFastBEXTR from bdver2 features to tuning
Noticed while looking at the feature flag renaming suggested in D107370
Commit: 8cd40ece70e59b86b6915f9b52fc8becba8cbe4f
https://github.com/llvm/llvm-project/commit/8cd40ece70e59b86b6915f9b52fc8becba8cbe4f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86TargetTransformInfo.h
Log Message:
-----------
[X86] Rename X86 tuning feature flag FeatureHasFastGather -> FeatureFastGather
Match the naming style used by the other 'FeatureFast/FeatureSlow' tuning flags.
Compare: https://github.com/llvm/llvm-project/compare/f2128abec203...8cd40ece70e5
More information about the All-commits
mailing list