[PATCH] D113778: [AMDGPU] Use shift for b64 mov
Carl Ritson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 14 22:19:32 PST 2021
critson added a comment.
For GFX10, I don't think this is worth doing unless V_LSHLREV_B64 is full rate.
2x V_MOV_B32 in VOP1 takes the same space as V_LSHLREV_B64 in VOP3.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113778/new/
https://reviews.llvm.org/D113778
More information about the llvm-commits
mailing list