Re: Fwd: [PATCH] LoongArch: Fix FP vector comparsons [PR113034]

2023-12-19 Thread Xi Ruoyao
On Tue, 2023-12-19 at 17:15 +0800, Chenghui Pan wrote: > Hi, I checked the correctness of spec2017 and regression test of gcc, it > seems ok! /* snip */ > > For every RTX code for which the LSX/LASX code is different from the > > scalar code, the scalar code is correct and the LSX/LASX code is w

Re: Fwd: [PATCH] LoongArch: Fix FP vector comparsons [PR113034]

2023-12-19 Thread Chenghui Pan
Hi, I checked the correctness of spec2017 and regression test of gcc, it seems ok! On 2023/12/18 17:04, chenglulu wrote: 转发的消息 主题: [PATCH] LoongArch: Fix FP vector comparsons [PR113034] 日期: Sun, 17 Dec 2023 23:12:18 +0800 发件人:Xi Ruoyao 收件人:gcc-patches

[PATCH] LoongArch: Fix FP vector comparsons [PR113034]

2023-12-17 Thread Xi Ruoyao
We had the following mappings between vfcmp submenmonics and RTX codes: (define_code_attr fcc [(unordered "cun") (ordered "cor") (eq "ceq") (ne "cne") (uneq "cueq") (unle "cule") (unlt "cult") (le "cle")