[PATCH] D156285: [X86] Update Model value for Raptor Lake.
Freddy, Ye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 00:33:47 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcafbcfa086af: [X86] Update Model value for Raptor Lake. (authored by FreddyYe).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156285/new/
https://reviews.llvm.org/D156285
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,6 +824,8 @@
case 0x9a:
// Raptorlake:
case 0xb7:
+ case 0xba:
+ case 0xbf:
// Meteorlake:
case 0xaa:
case 0xac:
Index: compiler-rt/lib/builtins/cpu_model.c
===================================================================
--- compiler-rt/lib/builtins/cpu_model.c
+++ compiler-rt/lib/builtins/cpu_model.c
@@ -449,6 +449,8 @@
case 0x9a:
// Raptorlake:
case 0xb7:
+ case 0xba:
+ case 0xbf:
// Meteorlake:
case 0xaa:
case 0xac:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156285.544237.patch
Type: text/x-patch
Size: 682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230726/630a8eef/attachment.bin>
More information about the llvm-commits
mailing list