[PATCH] D132717: [AArch64] Add an option to reserve physical registers from RA
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 1 17:04:42 PDT 2022
efriedma added a comment.
Do we actually need getReservedRegsForRA() to be something different from getReservedRegs()? Having getReservedRegs() return bogus values won't actually hurt anything, I think. The issue with the other patch was just that we don't want to expose feature flags that we know don't actually work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132717/new/
https://reviews.llvm.org/D132717
More information about the llvm-commits
mailing list