aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/zstdtest.c
diff options
context:
space:
mode:
authorPan Li <pan2.li@intel.com>2024-09-13 11:36:40 +0800
committerPan Li <pan2.li@intel.com>2024-09-13 17:14:56 +0800
commit45e7cc9caf327bfddd75b3093eb855b8b64acae8 (patch)
treefdc59f083d97ea932e7fb2f0aaa787c2c1a29108 /libbacktrace/zstdtest.c
parent5d9486c29938d79beb798dce1a5509da54fe8c9f (diff)
downloadgcc-45e7cc9caf327bfddd75b3093eb855b8b64acae8.zip
gcc-45e7cc9caf327bfddd75b3093eb855b8b64acae8.tar.gz
gcc-45e7cc9caf327bfddd75b3093eb855b8b64acae8.tar.bz2
Match: Remove unnecessary types_match for case 1 of signed SAT_ADD
Given all commutative binary operators requires types matching for both operands. Remove the types_match check for case 1 of the signed SAT_ADD, because we have (bit_xor @0 @1), which ensure the operands have the correct TREE type. The below test suites are passed for this patch. * The rv64gcv fully regression test. * The x86 bootstrap test. * The x86 fully regression test. gcc/ChangeLog: * match.pd: Remove the types_match check for signed SAT_ADD case 1. Signed-off-by: Pan Li <pan2.li@intel.com>
Diffstat (limited to 'libbacktrace/zstdtest.c')
0 files changed, 0 insertions, 0 deletions