arc: Update tumaddsidi4 test.
authorClaudiu Zissulescu <claziss@gmail.com>
Fri, 6 Mar 2020 14:36:23 +0000 (16:36 +0200)
committerClaudiu Zissulescu <claziss@gmail.com>
Fri, 6 Mar 2020 14:40:15 +0000 (16:40 +0200)
commit4b62b3960ec405c6ed226a7763e0905c434cb2bb
tree00ed603b3baf1bf48595669c854f5f626f6e9104
parent6aa2ca21a442a775b7daf214b8c10fce8522ccda
arc: Update tumaddsidi4 test.

The test is using -O1 and, the macu instruction is generated by the
combiner and not in the expand step. My previous "arc: Improve code
gen for 64bit add/sub operations." is actually splitting the 64-bit
add in the expand, leading to the impossibility to match the multiply
and accumulate on 64 bit datum by the combiner, hence, the error. This
patch is stepping up the optimization level which will generate the
macu instruction at the expand time.

xxxx-xx-xx  Claudiu Zissulescu  <claziss@synopsys.com>

* gcc.target/arc/tumaddsidi4.c: Step-up optimization level.

Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arc/tumaddsidi4.c