[PATCH] D30113: [AArch64] Extend AArch64RedundantCopyElimination to do simple copy propagation.

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 15:50:17 PST 2017


qcolombet added inline comments.


================
Comment at: test/CodeGen/AArch64/machine-copy-remove.mir:273
+
+...
----------------
Could you add a positive and negative test case when the copy we want to eliminate is at the beginning of a block with two or more predecessors.


https://reviews.llvm.org/D30113





More information about the llvm-commits mailing list