[all-commits] [llvm/llvm-project] 94fc76: [ARM] Remove unnecessary casts (NFC) (#148391)

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


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

  Changed paths:
    M llvm/lib/Target/ARM/ARMFastISel.cpp
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp

  Log Message:
  -----------
  [ARM] Remove unnecessary casts (NFC) (#148391)

getRegisterInfo() already returns const ARMBaseRegisterInfo *.

Likewise, getInstrInfo() already returns const ARMBaseInstrInfo *.



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