[PATCH] D48582: Reverse subregister saved loops in register usage info collector.
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 13 12:14:32 PDT 2018
MatzeB added subscribers: marcello.maggioni, bogner.
MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.
I fear the covered check will hit us perf wise either way (+CC some people from our GPU team) and that we need to find a different solution long term (like the Targets announcing the saved registers themselfes instead of the generic code piecing together the information...).
Anyway if this works for you I'd be fine with this patch as a stopgap.
Repository:
rL LLVM
https://reviews.llvm.org/D48582
More information about the llvm-commits
mailing list