[PATCH] D152261: [CodeGen] Move lowerCopy from expandPostRA to TII
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 7 11:24:33 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetInstrInfo.cpp:746
+
+ this->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(), DstMO.getReg(),
+ SrcMO.getReg(), SrcMO.isKill());
----------------
yassingh wrote:
> arsenm wrote:
> > You don’t need the explicit this
> Just this one or 'get()' above too?
Everywhere
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152261/new/
https://reviews.llvm.org/D152261
More information about the llvm-commits
mailing list