[PATCH] D56703: PowerPC: Fix register spilling for SPE registers
Justin Hibbits via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 11 10:37:51 PDT 2019
jhibbits added a comment.
In D56703#1449235 <https://reviews.llvm.org/D56703#1449235>, @nemanjai wrote:
> Can you add a test case? At least for the spills that you're adding.
Is there a good example for a test case testing register spills with no determined register class? That's the only location where I added new spill handling. The real meat of this should already be handled by the existing regression tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56703/new/
https://reviews.llvm.org/D56703
More information about the llvm-commits
mailing list