[PATCH] D17554: MachineInstr: Respect register aliases in clearRegiserKills()
Quentin Colombet via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 18:03:37 PST 2016
qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.
Hi Matthias,
LGTM.
Thanks,
Q.
================
Comment at: test/CodeGen/X86/machine-copy-prop.mir:10
@@ +9,3 @@
+---
+# The second copy is redundand and will be removed, check that we also remove
+# the kill flag of intermediate instructions.
----------------
Typo -> redundant.
Repository:
rL LLVM
http://reviews.llvm.org/D17554
More information about the llvm-commits
mailing list