[all-commits] [llvm/llvm-project] 55a88c: [MIPS] Add FeatureMSA to i6400 and i6500 cores (#1...
Mallikarjuna Gouda via All-commits
all-commits at lists.llvm.org
Wed May 7 09:12:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55a88cdf53948e7460d9c6892f6c481480faa021
https://github.com/llvm/llvm-project/commit/55a88cdf53948e7460d9c6892f6c481480faa021
Author: Mallikarjuna Gouda <mgouda at mips.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M clang/lib/Driver/ToolChains/Arch/Mips.cpp
A clang/test/Driver/mips-cpus.c
M llvm/lib/Target/Mips/Mips.td
M llvm/test/CodeGen/Mips/msa/arithmetic.ll
Log Message:
-----------
[MIPS] Add FeatureMSA to i6400 and i6500 cores (#134985)
- Enable 'FeatureMSA' for MIPS i6400 and i6500 cpu.
- Enable -mmsa option if mcpu is set to either i6400 or i6500
- added clang driver test to validate msa feature
- added llvm codegen test to validate msa instructions for cpu i6500 and
i6400
MIPS i6400 and i6500 cores implements and enables MSA (MIPS SIMD
ARCHITECTURE) by default.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list