[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 10:47:22 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());
----------------
You don’t need the explicit this
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