[PATCH] D113778: [AMDGPU] Use shift for b64 mov
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 12 08:49:03 PST 2021
foad added a reviewer: mjbedy.
foad added a comment.
Interesting. I see you're doing this when expanding V_MOV_B64_PSEUDO, but I don't really understand when we use V_MOV_B64_PSEUDO in the first place. copyPhysReg() does not generate it, instead it copies the logic from here to emit V_PK_MOV_B32. So does that mean you need to add your V_LSHLREV_B64_e64 code to copyPhysReg too?
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