FreddyYe marked 4 inline comments as done.
FreddyYe added a comment.
THX for review! Merged to https://reviews.llvm.org/D135937 and addressed there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135936/new/
https://reviews.llvm.org/D135936
___
RKSimon added inline comments.
Comment at: llvm/lib/Support/Host.cpp:828
+ *Subtype = X86::INTEL_COREI7_RAPTORLAKE;
+ break;
// Icelake Xeon:
newline to separate the defs
Comment at: llvm/lib/Target/X86/X86.td:1423
craig.topper added a comment.
Release notes?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135936/new/
https://reviews.llvm.org/D135936
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lis
craig.topper added inline comments.
Comment at: clang/test/CodeGen/target-builtin-noerror.c:129
(void)__builtin_cpu_is("tremont");
+ (void)__builtin_cpu_is("raptorlake");
(void)__builtin_cpu_is("westmere");
Was this list once in alphabetical order?
=
FreddyYe created this revision.
Herald added subscribers: Enna1, pengfei, hiraditya.
Herald added a project: All.
FreddyYe requested review of this revision.
Herald added projects: clang, Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers, cfe-commits.
Repository:
rG LLVM Githu