[ARC] Fix LE tests for nps400 variant.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Wed, 16 Nov 2016 11:42:43 +0000 (11:42 +0000)
committerClaudiu Zissulescu <claziss@gcc.gnu.org>
Wed, 16 Nov 2016 11:42:43 +0000 (12:42 +0100)
commit3e077364f3f6aa74bc662d5c2f16264dd622a4a9
treeb45826a33dd122c016d0842c51be0ae9a6d5863f
parent61a58d07c68e4093f5cb59aadf3daa35db3d49a7
[ARC] Fix LE tests for nps400 variant.

gcc/arc: New peephole2 and little endian arc test fixes

Resolve some test failures introduced for little endian arc as a result
of the recent arc/nps400 additions.

There's a new peephole2 optimisation to merge together two zero_extracts
in order that the movb instruction can be used.

One of the test cases is extended so that the test does something
meaningful in both big and little endian arc mode.

Other tests have their expected results updated to reflect improvements
in other areas of GCC.

gcc/ChangeLog:

 Andrew Burgess  <andrew.burgess@embecosm.com>

* config/arc/arc.md (movb peephole2): New peephole2 to merge two
zero_extract operations to allow a movb to occur.
* gcc.target/arc/movb-1.c: Update little endian arc results.
* gcc.target/arc/movb-2.c: Likewise.
* gcc.target/arc/movb-5.c: Likewise.
* gcc.target/arc/movh_cl-1.c: Extend test to cover little endian
arc.

From-SVN: r242484
gcc/ChangeLog
gcc/config/arc/arc.md
gcc/testsuite/gcc.target/arc/movb-1.c
gcc/testsuite/gcc.target/arc/movb-2.c
gcc/testsuite/gcc.target/arc/movb-5.c
gcc/testsuite/gcc.target/arc/movh_cl-1.c