[llvm] [X86] Remove TuningPOPCNTFalseDeps from AlderLake (PR #154004)

via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 17 05:07:14 PDT 2025


sharkautarch wrote:

> ssed down to ADLTuning as well at the moment? At least TuningLZCNTFalseDeps is set in the Haswell section (


@ms178 
That's the *SKLFeatures* that inherits from BDWFeatures, which in turn inherits from HSWFeatures, and so on
But ADLTuning does not include anything from *SKLFeatures*, it only inherits from *SKLTuning*, which is an entirely separate thing

https://github.com/llvm/llvm-project/pull/154004


More information about the llvm-commits mailing list