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
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