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 tree-optimization/15256] [tree-ssa] Optimize manual bitfield manipilation.


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-01 04:16 -------
If fold optimized the following function:

unsigned int
foo (unsigned int eax)
{
  return (eax & 1) ^ 1 | (eax & 0xfffffffe);
}

Then the tree combiner might be able to optimize the orginal one.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|19466                       |15459, 19987
              nThis|                            |
   Last reconfirmed|2004-11-22 02:00:52         |2005-05-01 04:16:44
               date|                            |


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


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