[PATCH] D101546: [AMDGPU] Fix v_swap_b32 formation on physical registers
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 29 09:58:24 PDT 2021
arsenm added a comment.
We don't need to rely on kill flags (and in fact should not, since they are semi-deprecated). We should be using liveness scans starting from the bottom of the block which do not need kill flags
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101546/new/
https://reviews.llvm.org/D101546
More information about the llvm-commits
mailing list