On Wed, Nov 13, 2013 at 12:24 PM, Tom de Vries wrote:
> On 11-11-13 10:37, Richard Biener wrote:
>>
>> On Sat, 9 Nov 2013, Tom de Vries wrote:
>>
>>> Richard,
>>>
>>> This patch factors out gimple_dont_merge_p from gimple_equal_p and
>>> find_duplicate.
>>>
>>> Bootstrapped and regtested on x86_64
On 11-11-13 10:37, Richard Biener wrote:
On Sat, 9 Nov 2013, Tom de Vries wrote:
Richard,
This patch factors out gimple_dont_merge_p from gimple_equal_p and
find_duplicate.
Bootstrapped and regtested on x86_64.
OK for trunk?
+static bool
+gimple_dont_merge_p (gimple stmt)
+{
+ switch (gim
On Sat, 9 Nov 2013, Tom de Vries wrote:
> Richard,
>
> This patch factors out gimple_dont_merge_p from gimple_equal_p and
> find_duplicate.
>
> Bootstrapped and regtested on x86_64.
>
> OK for trunk?
+static bool
+gimple_dont_merge_p (gimple stmt)
+{
+ switch (gimple_code (stmt))
+{
+
Richard,
This patch factors out gimple_dont_merge_p from gimple_equal_p and
find_duplicate.
Bootstrapped and regtested on x86_64.
OK for trunk?
Thanks,
- Tom
2013-11-06 Tom de Vries
* tree-ssa-tail-merge.c (gimple_dont_merge_p): Factor function out
of ...
(gimple_