[PATCH] D67101: Target hooks for custom COPY insertion.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 3 10:45:05 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/TargetInstrInfo.h:1647
+ MachineBasicBlock::iterator &InsPt,
+ const DebugLoc &DL, unsigned Src,
+ unsigned Dst) const {
----------------
Should use Register instead of unsigned
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67101/new/
https://reviews.llvm.org/D67101
More information about the llvm-commits
mailing list