This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ff889b35935 ssa-math-opts, i386: Handle most unordered values rather th [...] new e21a8d9ec63 Match: Support form 3 and form 4 for scalar signed integer SAT_SUB new aac2bc48014 RISC-V: Add testcases for form 3 of scalar signed SAT_SUB new 9252fc398c8 RISC-V: Add testcases for form 4 of scalar signed SAT_SUB
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/match.pd | 13 ++++++++++ gcc/testsuite/gcc.target/riscv/sat_arith.h | 28 ++++++++++++++++++++++ .../riscv/{sat_s_sub-1-i16.c => sat_s_sub-3-i16.c} | 4 ++-- .../riscv/{sat_s_sub-2-i32.c => sat_s_sub-3-i32.c} | 4 ++-- .../riscv/{sat_s_sub-1-i64.c => sat_s_sub-3-i64.c} | 4 ++-- .../riscv/{sat_s_sub-1-i8.c => sat_s_sub-3-i8.c} | 4 ++-- .../riscv/{sat_s_sub-1-i16.c => sat_s_sub-4-i16.c} | 4 ++-- .../riscv/{sat_s_sub-2-i32.c => sat_s_sub-4-i32.c} | 4 ++-- .../riscv/{sat_s_sub-1-i64.c => sat_s_sub-4-i64.c} | 4 ++-- .../riscv/{sat_s_sub-1-i8.c => sat_s_sub-4-i8.c} | 4 ++-- ...sat_s_sub-run-1-i16.c => sat_s_sub-run-3-i16.c} | 4 ++-- ...sat_s_sub-run-2-i32.c => sat_s_sub-run-3-i32.c} | 4 ++-- ...sat_s_sub-run-2-i64.c => sat_s_sub-run-3-i64.c} | 4 ++-- .../{sat_s_sub-run-2-i8.c => sat_s_sub-run-3-i8.c} | 4 ++-- ...sat_s_sub-run-1-i16.c => sat_s_sub-run-4-i16.c} | 4 ++-- ...sat_s_sub-run-2-i32.c => sat_s_sub-run-4-i32.c} | 4 ++-- ...sat_s_sub-run-2-i64.c => sat_s_sub-run-4-i64.c} | 4 ++-- .../{sat_s_sub-run-2-i8.c => sat_s_sub-run-4-i8.c} | 4 ++-- 18 files changed, 73 insertions(+), 32 deletions(-) copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i16.c => sat_s_sub-3-i16.c} (91%) copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-2-i32.c => sat_s_sub-3-i32.c} (91%) copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i64.c => sat_s_sub-3-i64.c} (90%) copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i8.c => sat_s_sub-3-i8.c} (91%) copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i16.c => sat_s_sub-4-i16.c} (91%) copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-2-i32.c => sat_s_sub-4-i32.c} (91%) copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i64.c => sat_s_sub-4-i64.c} (90%) copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-1-i8.c => sat_s_sub-4-i8.c} (91%) copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-run-1-i16.c => sat_s_sub-run-3-i16. [...] copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-run-2-i32.c => sat_s_sub-run-3-i32. [...] copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-run-2-i64.c => sat_s_sub-run-3-i64. [...] copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-run-2-i8.c => sat_s_sub-run-3-i8.c} (74%) copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-run-1-i16.c => sat_s_sub-run-4-i16. [...] copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-run-2-i32.c => sat_s_sub-run-4-i32. [...] copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-run-2-i64.c => sat_s_sub-run-4-i64. [...] copy gcc/testsuite/gcc.target/riscv/{sat_s_sub-run-2-i8.c => sat_s_sub-run-4-i8.c} (74%)