[PATCH] D15157: CodeGen peephole: fold redundant phys reg copies

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 09:42:09 PST 2015


qcolombet added a comment.

Note: The transformation would make sense in the peephole optimizer if we do it only for not allocatable registers.


http://reviews.llvm.org/D15157





More information about the llvm-commits mailing list