[PATCH] D21560: Relax the clearance calculating for breaking partial register dependency.

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 13:35:07 PDT 2016


spatel added a comment.

In http://reviews.llvm.org/D21560#464962, @mkuper wrote:

> > Is there already a regression test to show that we're not adding instructions if we're in MinSize mode?
>
>
> I believe we currently add the xors in MinSize mode, and, as I wrote on PR22024, I think it's justified.


Yes, I pasted the links before I scrolled through the comments.
In that case, let me negate my question. :)

Is there already a regression test to show that we ARE adding instructions if we're in MinSize mode?


http://reviews.llvm.org/D21560





More information about the llvm-commits mailing list