[PATCH] D67101: Target hooks for custom COPY insertion.
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 11:33:32 PDT 2019
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:6417
+ return BuildMI(MBB, InsPt, InsPt->getDebugLoc(),
+ get(AMDGPU::S_MOV_B64_term), Dst)
+ .addReg(Src, 0, SrcSubReg)
----------------
So you think it is always scalar and always 64 bit?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67101/new/
https://reviews.llvm.org/D67101
More information about the llvm-commits
mailing list