[PATCH] D68673: [AMDGPU] Support mov dpp with 64 bit operands
Valery Pykhtin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 14 09:57:35 PDT 2019
vpykhtin added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp:575
+ }
+ Changed = true;
}
----------------
Changed should depend on the Split done.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.h:232
+ std::pair<MachineInstr*, MachineInstr*>
+ expandMovDPP64(MachineInstr &MI) const;
----------------
please add short desc
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68673/new/
https://reviews.llvm.org/D68673
More information about the llvm-commits
mailing list