[PATCH] D132531: [AArch64] Reserve more physical registers
Guozhi Wei via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 11:04:19 PDT 2022
Carrot added a comment.
I want to reserve most of the physical registers, so only a small number of registers can be used by register allocator. Then I can write small test cases to simulate high register pressure situation, it will be much easier to test and debug register allocation changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132531/new/
https://reviews.llvm.org/D132531
More information about the llvm-commits
mailing list