[all-commits] [llvm/llvm-project] 4462a4: [Mips] Remove unnecessary casts (NFC) (#148392)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat Jul 12 15:46:34 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4462a420f8130e19f04c8ac5703669384285e91a
      https://github.com/llvm/llvm-project/commit/4462a420f8130e19f04c8ac5703669384285e91a
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-07-12 (Sat, 12 Jul 2025)

  Changed paths:
    M llvm/lib/Target/Mips/MicroMipsSizeReduction.cpp
    M llvm/lib/Target/Mips/MipsBranchExpansion.cpp
    M llvm/lib/Target/Mips/MipsSEFrameLowering.cpp

  Log Message:
  -----------
  [Mips] Remove unnecessary casts (NFC) (#148392)

getRegisterInfo() already returns const MipsRegisterInfo *.

Likewise, getInstrInfo() already returns const MipsInstrInfo *.



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