This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d2ef2327bb3 Daily bump. new 1060cd2ad00 rs6000: Optimize cmp on rotated 16bits constant
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/rs6000/rs6000-protos.h | 3 + gcc/config/rs6000/rs6000.cc | 65 ++++++++++++++++++ gcc/config/rs6000/rs6000.md | 66 ++++++++++++++++++- gcc/testsuite/gcc.target/powerpc/pr103743.c | 52 +++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr103743_1.c | 95 +++++++++++++++++++++++++++ 5 files changed, 280 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103743.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103743_1.c