[all-commits] [llvm/llvm-project] db4059: MachineFunction: Remove null check on TargetRegist...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Feb 24 03:21:43 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: db40592de60f579afa18db3a06a4505c8e63de65
      https://github.com/llvm/llvm-project/commit/db40592de60f579afa18db3a06a4505c8e63de65
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-02-24 (Mon, 24 Feb 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
    M llvm/lib/CodeGen/MachineFunction.cpp

  Log Message:
  -----------
  MachineFunction: Remove null check on TargetRegisterInfo (#128480)

Targets are required to define this, it is not optional. Make the method
pure virtual to enforce this



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