[clang] [llvm] [llvm][AArch64] Rearrange Apple CPUs by generation, not product class. NFC (PR #95579)

Jon Roelofs via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 17:24:15 PDT 2024


================
@@ -983,50 +1007,58 @@ def : ProcessorModel<"thunderx3t110", ThunderX3T110Model,
 def : ProcessorModel<"tsv110", TSV110Model, ProcessorFeatures.TSV110,
                      [TuneTSV110]>;
 
+// iPhone, iPad, Mac and Watch CPUs
----------------
jroelofs wrote:

works for me

https://github.com/llvm/llvm-project/pull/95579


More information about the cfe-commits mailing list