This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/35897] DSE doesn't support targets with wide registers



------- Comment #4 from hjl at gcc dot gnu dot org  2008-04-10 14:06 -------
Subject: Bug 35897

Author: hjl
Date: Thu Apr 10 14:05:52 2008
New Revision: 134163

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134163
Log:
2008-04-09  H.J. Lu  <hongjiu.lu@intel.com>

        PR middle-end/35897
        * dse.c (store_info): Add a FIXME for positions_needed.
        (fill_bitmask): New.
        (record_store): Assert width <= size of positions_needed *
        CHAR_BIT.  Call fill_bitmask to initialize positions_needed.
        (check_mem_read_rtx): Use long on mask.  Call fill_bitmask to
        set mask.

Modified:
    branches/ix86/avx/gcc/ChangeLog.avx
    branches/ix86/avx/gcc/dse.c


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]