[all-commits] [llvm/llvm-project] 629432: [MIPS] Define SubTargetFeature for i6500 cpu (#132...

Mallikarjuna Gouda via All-commits all-commits at lists.llvm.org
Thu Mar 27 00:48:55 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6294325a535d8042a667ccfb4400a9f63e1bee63
      https://github.com/llvm/llvm-project/commit/6294325a535d8042a667ccfb4400a9f63e1bee63
  Author: Mallikarjuna Gouda <mgouda at mips.com>
  Date:   2025-03-27 (Thu, 27 Mar 2025)

  Changed paths:
    A clang/test/CodeGen/Mips/subtarget-feature-test.c
    M llvm/lib/Target/Mips/Mips.td
    M llvm/lib/Target/Mips/MipsSubtarget.h

  Log Message:
  -----------
  [MIPS] Define SubTargetFeature for i6500 cpu (#132907)

PR #130587 defined same SubTargetFeature for CPUs i6400 and i6500 which
resulted into following warning when -mcpu=i6500 was used:

+i6500' is not a recognized feature for this target (ignoring feature)

This PR fixes above issue by defining separate SubTargetFeature for
i6500.



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