[clang] [llvm] [MIPS] Add FeatureMSA to i6400 and i6500 cores (PR #134985)
Mallikarjuna Gouda via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 06:25:04 PDT 2025
================
@@ -0,0 +1,9 @@
+// Check target CPUs are correctly passed.
+
+// RUN: %clang --target=mips64 -### -c %s 2>&1 -mcpu=i6400 -mmsa | FileCheck -check-prefix=MCPU-I6400 %s
+// MCPU-I6400: "-target-cpu" "i6400"
----------------
mgoudar wrote:
I modified test to verify abicalls feature as well. I see that mips-features.c test available to verify other features based on the options
https://github.com/llvm/llvm-project/pull/134985
More information about the llvm-commits
mailing list