[PATCH] D87556: [amdgpu] Lower SGPR-to-VGPR copy in the final phase of ISel.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 11 22:08:28 PDT 2020
hliao added a comment.
With this patch, we reduce the register pressure for certain tests which could be improved up to 10%. As the code generated would be visibly different from the previous one, regression tests are updated as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87556/new/
https://reviews.llvm.org/D87556
More information about the llvm-commits
mailing list