On Tue, Oct 02, 2012 at 11:32:20AM -0700, Richard Henderson wrote:
> Changes v1->v2:
>
> * Patch 1 changes the exact swap condition. This helps add2 for e.g.
>
> add2 tmp4,tmp5,tmp4,tmp5,c1,c2
>
> where tmp5, c1, and c2 are all input constants. Since tmp4 is variable,
> we cannot const
Changes v1->v2:
* Patch 1 changes the exact swap condition. This helps add2 for e.g.
add2 tmp4,tmp5,tmp4,tmp5,c1,c2
where tmp5, c1, and c2 are all input constants. Since tmp4 is variable,
we cannot constant fold this. But the existing swap condition would give
add2 tmp4.tmp5,tmp4