.
Otherwise, the tail elements of next will be polluted.
DEF_SEW_LMUL_RULE (ge_sew, ratio_and_ge_sew, ratio_and_ge_sew,
max_sew_overlap_and_next_ratio_valid_for_prev_sew_p,
always_false, use_max_sew_and_lmul_with_next_ratio)
Passed the rv64gcv full regression test.
Signed-off-by: Li Xu
> -原始邮件-发件人:"Andrew Pinski" 发送时间:2024-10-24 10:23:01
> (星期四)收件人:"Li Xu" 抄送:gcc-patches@gcc.gnu.org,
> kito.ch...@gmail.com, richard.guent...@gmail.com, tamar.christ...@arm.com,
> juzhe.zh...@rivai.ai, pan2...@intel.com, jeffreya...@gmail.com,
> r
; i++) \
out[i] = (T)IMM >= in[i] ? (T)IMM - in[i] : 0; \
}
Passed the rv64gcv full regression test.
Signed-off-by: Li Xu
gcc/testsuite/ChangeLog:
* gcc.target/riscv/rvv/autovec/binop/vec_sat_data.h: add data for vec
sat_sub.
* gcc.target/riscv/rvv/autovec/vec_sat_arith.
; 0 \
? sum\
: (sum ^ x) >= 0 \
? sum \
: x < 0 ? MIN : MAX; \
}
Passed the rv64gcv regression test.
Signed-off-by: Li Xu
gcc/testsuite/
The rv64gcv fully regression tests.
2. The x86 bootstrap tests.
3. The x86 fully regression tests.
Signed-off-by: Li Xu
gcc/ChangeLog:
* match.pd: Add signed scalar SAT_ADD IMM form1 with IMM=-1 matching.
* tree-ssa-math-opts.cc (match_unsigned_sat
unsigned i; \
for (i = 0; i < limit; i++) \
out[i] = in[i] > (T)IMM ? in[i] - (T)IMM : 0; \
}
Passed the rv64gcv full regression test.
Signed-off-by: Li Xu
gcc/testsuite/ChangeLog:
* gcc.target/riscv/rvv/autovec/sat/ve
? sum \
: x < 0 ? MIN : MAX; \
}\
}
Passed the rv64gcv regression test.
Signed-off-by: Li Xu
gcc/testsuite/ChangeLog:
* gcc.target/riscv/rvv
tch:
1. The rv64gcv fully regression tests.
2. The x86 bootstrap tests.
3. The x86 fully regression tests.
Signed-off-by: Li Xu
gcc/ChangeLog:
* match.pd: add singned vector SAT_ADD IMM form1 matching.
---
gcc/match.pd | 10 ++
1 file changed, 10 insertions(+)
diff --git a/gc
intrinsic once.
Only gcc's rfn will be added to the non_overloaded_function_table.
Passed the rv64gcv regression test.
Signed-off-by: Li Xu
gcc/ChangeLog:
* config/riscv/riscv-vector-builtins.cc
(function_builder::add_unique_function):
Only register overloaded intrinsic
101 - 109 of 109 matches
Mail list logo