[PATCH] D152261: [CodeGen] Move lowerCopy from expandPostRA to TII

Yashwant Singh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 11:09:02 PDT 2023


yassingh added inline comments.


================
Comment at: llvm/lib/CodeGen/TargetInstrInfo.cpp:746
+
+  this->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(), DstMO.getReg(),
+                    SrcMO.getReg(), SrcMO.isKill());
----------------
arsenm wrote:
> You don’t need the explicit this 
Just this one or 'get()' above too?


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