[all-commits] [llvm/llvm-project] 8177ae: MachineFunction: Remove null check on TargetRegist...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Feb 24 00:27:25 PST 2025
Branch: refs/heads/users/arsenm/machine-function-remove-null-tri-check
Home: https://github.com/llvm/llvm-project
Commit: 8177ae4ed110490c62251409ecb77912a606e14c
https://github.com/llvm/llvm-project/commit/8177ae4ed110490c62251409ecb77912a606e14c
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
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