This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa10dccf2712f: [X86] Support some Intel CPUs for
cpu_specific/dispatch feature (authored by FreddyYe).
Repository:
rG LLVM Github Monorepo
CHANGES
FreddyYe updated this revision to Diff 537980.
FreddyYe added a comment.
Tune test as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154493/new/
https://reviews.llvm.org/D154493
Files:
clang/test/CodeGen/attr-cpuspecific-cpus.c
llvm/lib/T
FreddyYe added inline comments.
Comment at: llvm/lib/TargetParser/X86TargetParser.cpp:419
// Sapphire Rapids microarchitecture based processors.
- { {"sapphirerapids"}, CK_SapphireRapids, FEATURE_AVX512BF16,
FeaturesSapphireRapids, '\0', false },
+ { {"sapphirerapids"}, CK_
FreddyYe updated this revision to Diff 537957.
FreddyYe marked an inline comment as done.
FreddyYe added a comment.
Tuned some manglings. SPR should create a new mangling for its feature list.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154493/new
skan accepted this revision.
skan added a comment.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154493/new/
https://reviews.llvm.org/D154493
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM
Comment at: llvm/lib/TargetParser/X86TargetParser.cpp:333
{ {"pentium"}, CK_Pentium, ~0U, FeatureX87 | FeatureCMPXCHG8B, 'B', false },
{ {"pentium-mmx"}, CK_Pent
FreddyYe marked an inline comment as done.
FreddyYe added inline comments.
Comment at: llvm/lib/TargetParser/X86TargetParser.cpp:333
{ {"pentium"}, CK_Pentium, ~0U, FeatureX87 | FeatureCMPXCHG8B, 'B', false },
{ {"pentium-mmx"}, CK_PentiumMMX, ~0U, FeaturesPentiumMMX, '\0',
RKSimon added inline comments.
Comment at: llvm/lib/TargetParser/X86TargetParser.cpp:333
{ {"pentium"}, CK_Pentium, ~0U, FeatureX87 | FeatureCMPXCHG8B, 'B', false },
{ {"pentium-mmx"}, CK_PentiumMMX, ~0U, FeaturesPentiumMMX, '\0', false },
{ {"pentium_mmx"}, CK_PentiumMM
FreddyYe created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
FreddyYe requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D1