[PATCH] D52577: [AMDGPU] Fold copy (copy vgpr)

Marek Olšák via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 10:03:37 PDT 2018


mareko added a comment.

On a related note, another way to decrease VGPR usage is to fold immediates with more than 1 uses. The backend currently folds immediates with only 1 use.


https://reviews.llvm.org/D52577





More information about the llvm-commits mailing list