[all-commits] [llvm/llvm-project] e31a1c: [CodeGen] Remove getSubReg from TargetRegisterInfo...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Feb 18 11:31:14 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e31a1c828d365ef94414be965a2a330a3b69250d
https://github.com/llvm/llvm-project/commit/e31a1c828d365ef94414be965a2a330a3b69250d
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/TargetRegisterInfo.h
Log Message:
-----------
[CodeGen] Remove getSubReg from TargetRegisterInfo. NFC (#127680)
Users can use the version inherited from MCRegisterInfo.
This version was added by e7694f34ab6a1 to return a Register. It was
later changed to return MCRegister by bab72dd5d5122 making it identical
MCRegisterInfo.
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