[PATCH] D140943: [X86] Modify model value of meteorlake.
Freddy, Ye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 3 18:59:12 PST 2023
FreddyYe created this revision.
Herald added subscribers: Enna1, hiraditya.
Herald added a project: All.
FreddyYe requested review of this revision.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D140943
Files:
compiler-rt/lib/builtins/cpu_model.c
llvm/lib/TargetParser/Host.cpp
Index: llvm/lib/TargetParser/Host.cpp
===================================================================
--- llvm/lib/TargetParser/Host.cpp
+++ llvm/lib/TargetParser/Host.cpp
@@ -824,7 +824,6 @@
// Raptorlake:
case 0xb7:
// Meteorlake:
- case 0xb5:
case 0xaa:
case 0xac:
CPU = "alderlake";
Index: compiler-rt/lib/builtins/cpu_model.c
===================================================================
--- compiler-rt/lib/builtins/cpu_model.c
+++ compiler-rt/lib/builtins/cpu_model.c
@@ -449,7 +449,6 @@
// Raptorlake:
case 0xb7:
// Meteorlake:
- case 0xb5:
case 0xaa:
case 0xac:
CPU = "alderlake";
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140943.486145.patch
Type: text/x-patch
Size: 670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230104/27cf540c/attachment.bin>
More information about the llvm-commits
mailing list