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

via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 17 04:42:49 PDT 2025


ms178 wrote:

> TuningLZCNTFalseDeps

@sharkautarch Maybe I am reading it wrong, but doesn't Syklake inherit TuningLZCNTFalseDeps via Haswell and Broadwell tuning, hence it gets passed down to ADLTuning as well at the moment? At least TuningLZCNTFalseDeps is set in the Haswell section (https://github.com/llvm/llvm-project/blob/66a2d1b7580aab8ac2c171647c39fd85fe711013/llvm/lib/Target/X86/X86.td#L950) and cannot see it getting unset in the later models.

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


More information about the llvm-commits mailing list