[PATCH] D152261: [CodeGen] Move lowerCopy from expandPostRA to TII
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 9 10:11:42 PDT 2023
barannikov88 added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/TargetInstrInfo.h:1164
+ /// This function defines the logic to lower COPY instruction to
+ /// machine IR.
+ bool lowerCopy(MachineInstr *MI) const;
----------------
cdevadas wrote:
> Fix the comment "machine IR" -> "target specific instruction"
Can't it be lowered into several instructions? The comment near copyPhysReg suggests that it can.
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