[PATCH] D140943: [X86] Modify model value of meteorlake.

Freddy, Ye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 04:08:55 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf2891086f4b6: [X86] Modify model value of meteorlake. (authored by FreddyYe).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140943/new/

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.486522.patch
Type: text/x-patch
Size: 670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230105/58302f9d/attachment.bin>


More information about the llvm-commits mailing list