This is an archive of the discontinued LLVM Phabricator instance.

[X86] Support -march=raptorlake
AbandonedPublic

Authored by FreddyYe on Oct 13 2022, 8:15 PM.

Details

Diff Detail

Unit TestsFailed

Event Timeline

FreddyYe created this revision.Oct 13 2022, 8:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2022, 8:15 PM
FreddyYe requested review of this revision.Oct 13 2022, 8:15 PM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptOct 13 2022, 8:15 PM
Herald added subscribers: llvm-commits, Restricted Project, cfe-commits. · View Herald Transcript
craig.topper added inline comments.
clang/test/CodeGen/target-builtin-noerror.c
129

Was this list once in alphabetical order?

compiler-rt/lib/builtins/cpu_model.c
110

Are these in sync with libgcc? It looks like libgcc has ZHAOXIN_FAM7H_LUJIAZUI

RKSimon added inline comments.Oct 14 2022, 1:25 AM
llvm/lib/Support/Host.cpp
828

newline to separate the defs

llvm/lib/Target/X86/X86.td
1423

Shouldn't this be next to alderlake and use AlderlakePModel + ADLTuning?

FreddyYe marked 4 inline comments as done.Oct 17 2022, 6:32 PM

THX for review! Merged to https://reviews.llvm.org/D135937 and addressed there.

FreddyYe abandoned this revision.Oct 17 2022, 6:32 PM