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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 05:34:40 PDT 2023


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/CodeGen/TargetInstrInfo.cpp:703
+/// operands from MI to the replacement instruction.
+static void TransferImplicitOperands(MachineInstr *MI,
+                                     const TargetRegisterInfo *TRI) {
----------------
Might as well change this to start with lowercase while you're here


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