[PATCH] D73170: Handle subregs and superregs in callee-saved register mask
Justin Hibbits via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 07:12:16 PST 2020
jhibbits accepted this revision.
jhibbits added a comment.
This revision is now accepted and ready to land.
Thanks for doing this! It's been on my TODO list for a little while already for SPE, but I never got around to it.
Is there any provision for spilling only the subreg, not the superreg? It seems to me that whenever the subreg needs spilled, it always also spills the superreg, even if the full superreg is not used.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73170/new/
https://reviews.llvm.org/D73170
More information about the llvm-commits
mailing list