[PATCH] D17475: MachineCopyPropagation: Catch copies of the form A<-B; A<-B
Quentin Colombet via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 09:51:11 PST 2016
qcolombet added inline comments.
================
Comment at: test/CodeGen/X86/machine-copy-prop.mir:17
@@ -12,3 +16,3 @@
---
# The second copy is redundand and will be removed, check that we also remove
# the kill flag of intermediate instructions.
----------------
Didn’t you fixed those typos in a previous commit?!
Forgot to rebase maybe?
Repository:
rL LLVM
http://reviews.llvm.org/D17475
More information about the llvm-commits
mailing list