[PATCH] D144832: [X86] Split off x86-64-v* tuning flags

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 26 11:49:30 PST 2023


RKSimon created this revision.
RKSimon added reviewers: pengfei, goldstein.w.n, HaohaiWen, craig.topper.
Herald added a subscriber: hiraditya.
Herald added a project: All.
RKSimon requested review of this revision.
Herald added a project: LLVM.

Noticed when reviewing D143786 <https://reviews.llvm.org/D143786>, we are currently inheriting the x86-64-v* tuning flags from specific CPUs when really we need these to be a mixture of common traits and tuning to avoid specific severe regressions (e.g. popcnt false dependencies).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144832

Files:
  llvm/lib/Target/X86/X86.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144832.500609.patch
Type: text/x-patch
Size: 3666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230226/0252a14d/attachment.bin>


More information about the llvm-commits mailing list