[clang] [llvm] [MIPS] Add FeatureMSA to i6400 and i6500 cores (PR #134985)

Mallikarjuna Gouda via llvm-commits llvm-commits at lists.llvm.org
Wed May 7 07:53:12 PDT 2025


================
@@ -0,0 +1,724 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=mips64 -mcpu=i6500 < %s | FileCheck %s --check-prefixes=ALL
+; RUN: llc -mtriple=mips64 -mcpu=i6400 < %s | FileCheck %s --check-prefixes=ALL
----------------
mgoudar wrote:

used test/CodeGen/Mips/msa/arithmetic.ll as per your suggestion and added RUN command for i6400/i6500 msa

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


More information about the llvm-commits mailing list