[all-commits] [llvm/llvm-project] a6f48e: [MC] Remove MCRegister::isStackSlot. (#127755)
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Feb 19 10:20:03 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6f48ed01292d0007e19a2605cba1acd4ecd123a
https://github.com/llvm/llvm-project/commit/a6f48ed01292d0007e19a2605cba1acd4ecd123a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/Register.h
M llvm/include/llvm/MC/MCRegister.h
Log Message:
-----------
[MC] Remove MCRegister::isStackSlot. (#127755)
Stack slots should only be stored in Register. The only caller was
Register::isStackSlot so just inline it there.
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