[clang] [llvm] [MIPS] Add MIPS i6400 and i6500 processors (PR #130587)

Mallikarjuna Gouda via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 12 08:03:20 PDT 2025


================
@@ -238,13 +238,10 @@ def ImplP5600 : SubtargetFeature<"p5600", "ProcImpl",
                                  "MipsSubtarget::CPU::P5600",
                                  "The P5600 Processor", [FeatureMips32r5]>;
 
+// I6500 is multicluster version of I6400. Both are based on same CPU.
----------------
mgoudar wrote:

updated the comments

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


More information about the cfe-commits mailing list