[PATCH] D152261: [CodeGen] Move lowerCopy from expandPostRA to TII
Christudasan Devadasan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 06:04:53 PDT 2023
cdevadas 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;
----------------
Fix the comment "machine IR" -> "target specific instruction"
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