public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/38885]  New: missed FRE with BIT_FIELD_REF and vectors
@ 2009-01-16 21:06 pinskia at gcc dot gnu dot org
  2010-03-02 19:07 ` [Bug tree-optimization/38885] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-01-16 21:06 UTC (permalink / raw)
  To: gcc-bugs

Another one like PR 38884 and 38865.
Simple testcase:
#define vector __attribute__((vector_size(16) ))

vector float global_res;
float x;
int main(int argc)
{
    vector float res = (vector float)(0.0f,0.0f,0.0f,1.0f);
    res += (vector float)(0.0f,0.0f,0.0f,1.0f);
    global_res = res;
    x = *(float*)(&global_res);
    return 0;
}


-- 
           Summary: missed FRE with BIT_FIELD_REF and vectors
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38885


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-10-05 14:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-38885-4@http.gcc.gnu.org/bugzilla/>
2010-09-24 18:39 ` [Bug tree-optimization/38885] missed FRE with BIT_FIELD_REF and vectors pinskia at gcc dot gnu.org
2010-09-24 18:44 ` rguenth at gcc dot gnu.org
2011-10-05 14:37 ` rguenth at gcc dot gnu.org
2011-10-05 14:57 ` rguenth at gcc dot gnu.org
2009-01-16 21:06 [Bug tree-optimization/38885] New: " pinskia at gcc dot gnu dot org
2010-03-02 19:07 ` [Bug tree-optimization/38885] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).