RE: [PATCH v2] RISC-V: Support CALL for RVV floating-point dynamic rounding

2023-07-19 Thread Li, Pan2 via Gcc-patches
; kito.cheng Subject: Re: [PATCH v2] RISC-V: Support CALL for RVV floating-point dynamic rounding Plz add these following testcase and check: test1 (4 combinations): for (...) { if () { vfadd1 call } else { vfadd2 call } } vfadd1 and vfadd2 can be either static or dyn. test2

Re: [PATCH v2] RISC-V: Support CALL for RVV floating-point dynamic rounding

2023-07-18 Thread juzhe.zh...@rivai.ai
-07-19 14:29 To: gcc-patches CC: juzhe.zhong; pan2.li; yanzhang.wang; kito.cheng Subject: [PATCH v2] RISC-V: Support CALL for RVV floating-point dynamic rounding From: Pan Li In basic dynamic rounding mode, we simply ignore call instructions and we would like to take care of call in this PATCH

[PATCH v2] RISC-V: Support CALL for RVV floating-point dynamic rounding

2023-07-18 Thread Pan Li via Gcc-patches
From: Pan Li In basic dynamic rounding mode, we simply ignore call instructions and we would like to take care of call in this PATCH. During the call, the frm may be updated or keep as is. Thus, we must make sure at least 2 things. 1. The static frm before call should not pollute the frm value