[Bug tree-optimization/45022] No prefetch for the vectorized loop

2010-11-01 Thread changpeng.fang at amd dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45022 Changpeng Fang changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/45022] No prefetch for the vectorized loop

2010-07-30 Thread rguenther at suse dot de
--- Comment #5 from rguenther at suse dot de 2010-07-30 08:41 --- Subject: Re: No prefetch for the vectorized loop On Thu, 29 Jul 2010, changpeng dot fang at amd dot com wrote: > --- Comment #4 from changpeng dot fang at amd dot com 2010-07-29 19:14 > --- > (In reply to com

[Bug tree-optimization/45022] No prefetch for the vectorized loop

2010-07-29 Thread changpeng dot fang at amd dot com
--- Comment #4 from changpeng dot fang at amd dot com 2010-07-29 19:14 --- (In reply to comment #1) > The misaligned indirect-refs will vanish soon. > I saw your patch that remove ALIGNED_INDIRECT_REF. Do you also plan to remove MISALIGNED_INDIRECT_REF? Thanks. -- http://gcc.gnu.

[Bug tree-optimization/45022] No prefetch for the vectorized loop

2010-07-22 Thread rakdver at kam dot mff dot cuni dot cz
--- Comment #3 from rakdver at kam dot mff dot cuni dot cz 2010-07-22 21:17 --- Subject: Re: No prefetch for the vectorized loop > --- Comment #2 from changpeng dot fang at amd dot com 2010-07-22 20:52 > --- > (In reply to comment #1) > > The misaligned indirect-refs

[Bug tree-optimization/45022] No prefetch for the vectorized loop

2010-07-22 Thread changpeng dot fang at amd dot com
--- Comment #2 from changpeng dot fang at amd dot com 2010-07-22 20:52 --- (In reply to comment #1) > The misaligned indirect-refs will vanish soon. > >From the prefetching point of view, is there any reason that we can not prefetch for mis-aligned or indirect refs? -- http://g

[Bug tree-optimization/45022] No prefetch for the vectorized loop

2010-07-21 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-07-21 18:06 --- The misaligned indirect-refs will vanish soon. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --