RE: [PATCH][4/4] Fix PR54733 Optimize endian independent load/store

2014-05-04 Thread Thomas Preud'homme
I realized there was a memset missing for the statistics of nop OR bitwise expression. Please consider the attached patch instead. ChangeLog unchanged but reproduced here for convenience: *** gcc/ChangeLog *** 2014-05-04 Thomas Preud'homme PR tree-optimization/54733 * tree-ss

[PATCH][4/4] Fix PR54733 Optimize endian independent load/store

2014-05-04 Thread Thomas Preud'homme
Here is the fourth and last patch in the series. Its purpose is to add support for bitwise operation from a source operand that are equivalent to a load in the target's endianness. ChangeLog are as follows: *** gcc/ChangeLog *** 2014-05-04 Thomas Preud'homme PR tree-optimization/5473