[all-commits] [llvm/llvm-project] f78c9b: [RISCV] Use MCPhysReg for AllPopRegs. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Feb 8 13:50:59 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f78c9b88b7a1a54cf67037f9088a3e48779b1e44
https://github.com/llvm/llvm-project/commit/f78c9b88b7a1a54cf67037f9088a3e48779b1e44
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
Log Message:
-----------
[RISCV] Use MCPhysReg for AllPopRegs. NFC
MCPhysReg is 2 bytes, while Register is 4 bytes.
More information about the All-commits
mailing list