[PATCH] D69953: MCP: Fixed bug with dest overlapping copy source
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 14:52:30 PST 2019
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: wdng.
LGTM
================
Comment at: llvm/lib/CodeGen/MachineCopyPropagation.cpp:440
+ LLVM_DEBUG(dbgs() << "MCP: Copy source overlap with dest in " << MI
+ << "\n");
+ continue;
----------------
I'm pretty sure the << MI already includes the newline, so you can drop the extra one here
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69953/new/
https://reviews.llvm.org/D69953
More information about the llvm-commits
mailing list