aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-decl.c
diff options
context:
space:
mode:
authorLuo Xiong Hu <luoxhu@linux.ibm.com>2019-12-02 01:59:26 +0000
committerXiong Hu Luo <luoxhu@gcc.gnu.org>2019-12-02 01:59:26 +0000
commite549dd44b5ff0547004a640554ebe55f1ce2936b (patch)
tree3864f706fad9dde8643d8745d4c415259aadba2f /gcc/c/c-decl.c
parentaa2d575313b70ab55f5b52a91c3cef3aef3bad62 (diff)
downloadgcc-e549dd44b5ff0547004a640554ebe55f1ce2936b.zip
gcc-e549dd44b5ff0547004a640554ebe55f1ce2936b.tar.gz
gcc-e549dd44b5ff0547004a640554ebe55f1ce2936b.tar.bz2
PR92398: Fix testcase failure of pr72804.c
P9LE generated instruction is not worse than P8LE. mtvsrdd;xxlnot;stxv vs. not;not;std;std. It can have longer latency, but latency via memory is not so critical, and this does save decode and other resources. It's hard to choose which is best. Update the test case to fix failures. gcc/testsuite/ChangeLog: 2019-12-02 Luo Xiong Hu <luoxhu@linux.ibm.com> PR testsuite/92398 * gcc.target/powerpc/pr72804.c: Split the store function to... * gcc.target/powerpc/pr92398.h: ... this one. New. * gcc.target/powerpc/pr92398.p9+.c: New. * gcc.target/powerpc/pr92398.p9-.c: New. * lib/target-supports.exp (check_effective_target_p8): New. (check_effective_target_p9+): New. From-SVN: r278890
Diffstat (limited to 'gcc/c/c-decl.c')
0 files changed, 0 insertions, 0 deletions