Re: [PATCH] Fix up gimplify_and_update_call_from_tree (PR tree-optimization/52318)

2012-02-21 Thread Richard Guenther
On Tue, 21 Feb 2012, Jakub Jelinek wrote: > Hi! > > This function spends significant amount of code to update the virtual > uses/defs in the new sequence, but only handles that way stores, not > non-pure/const calls, so we ICE during tree DSE on this testcase, because > vop has been marked for re

[PATCH] Fix up gimplify_and_update_call_from_tree (PR tree-optimization/52318)

2012-02-20 Thread Jakub Jelinek
Hi! This function spends significant amount of code to update the virtual uses/defs in the new sequence, but only handles that way stores, not non-pure/const calls, so we ICE during tree DSE on this testcase, because vop has been marked for renaming. Fixed thusly, bootstrapped/regtested on x86_64