[Bug tree-optimization/44955] over-prefetched for arrays of complex number

2010-07-15 Thread changpeng dot fang at amd dot com
--- Comment #1 from changpeng dot fang at amd dot com 2010-07-15 17:20 --- This is a piece of code that shows the two prefetches for b. mulss %xmm4, %xmm5 addq$8, %rdx prefetcht0 96(%r11) prefetcht0 100(%r11) subss %xmm2, %xmm1

[Bug tree-optimization/44955] over-prefetched for arrays of complex number

2010-07-15 Thread rakdver at kam dot mff dot cuni dot cz
--- Comment #2 from rakdver at kam dot mff dot cuni dot cz 2010-07-15 17:44 --- Subject: Re: over-prefetched for arrays of complex number > This is a piece of code that shows the two prefetches for b. > > mulss %xmm4, %xmm5 > addq$8, %rdx > prefe

[Bug tree-optimization/44955] over-prefetched for arrays of complex number

2010-07-21 Thread spop at gcc dot gnu dot org
--- Comment #3 from spop at gcc dot gnu dot org 2010-07-21 15:44 --- Subject: Bug 44955 Author: spop Date: Wed Jul 21 15:44:24 2010 New Revision: 162381 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162381 Log: Fix PR 44955: Strip off the real and complex parts. 2010-07-21 Ch

[Bug tree-optimization/44955] over-prefetched for arrays of complex number

2010-07-21 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2010-07-21 16:24 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED