[PATCH] D50982: [AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 24 03:08:14 PDT 2018
arsenm added a comment.
You can just unconditionally remove kill flags. They are more or less deprecated, and fully recomputed later before RA. We do make use of them for a few things. Pre-RA they are only really useful for a few places that care about physical registers
https://reviews.llvm.org/D50982
More information about the llvm-commits
mailing list