[PATCH] Fix fallout from bool store pattern recognition (PR tree-optimization/51000)

2011-11-09 Thread Jakub Jelinek
Hi! When a bool store gets a pattern stmt, we need to update DR_STMT (otherwise the original rather than replaced stmts are used e.g. for interleaving etc.). Bootstrapped/regtested on x86_64-linux and i686-linux, testcase tested on powerpc64-linux, ok for trunk? 2011-11-09 Jakub Jelinek

Re: [PATCH] Fix fallout from bool store pattern recognition (PR tree-optimization/51000)

2011-11-09 Thread Ira Rosen
On 9 November 2011 23:32, Jakub Jelinek ja...@redhat.com wrote: Hi! When a bool store gets a pattern stmt, we need to update DR_STMT (otherwise the original rather than replaced stmts are used e.g. for interleaving etc.). Bootstrapped/regtested on x86_64-linux and i686-linux, testcase