]> git.ipfire.org Git - thirdparty/gcc.git/commit
[committed] Adjust expectations for pr59533-1.c
authorJeff Law <jlaw@ventanamicro.com>
Mon, 22 Jan 2024 02:12:21 +0000 (19:12 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Mon, 22 Jan 2024 02:12:21 +0000 (19:12 -0700)
commit7e16f819ff413c48702f9087b62eaac39a060a14
tree5b72120b9ece5fb57268f4aca79397aec3597ba6
parentd9ed3ac20e893f4e278a1e3db073b715096c7879
[committed] Adjust expectations for pr59533-1.c

The change for pr111267 twiddled code generation for sh/pr59533-1.c

We end up eliminating two comparisons, but require two shll instructions to do
so.  And in a couple places we're using an addc sequence rather than a subc
sequence.   This patch adjusts the expected codegen for the test as all those
are either a wash or a

The fwprop change does cause some code regressions on the same test.  I'll file
a distinct but for that issue.

gcc/testsuite
* gcc.target/sh/pr59533-1.c: Adjust expected output.
gcc/testsuite/gcc.target/sh/pr59533-1.c